zzci/chrome

Minimal Chrome-in-Docker image with a browser UI on port 80 and a forwarded DevTools endpoint on port 9222.

Data & Storage

By default, browser containers are best treated as disposable. If you remove the container, the session state usually disappears with it.

What You May Want To Persist

  • Browser profile state for repeat visits
  • Downloaded files from automation runs
  • Screenshots and exported artifacts captured by connected tools

Practical Rule

Leave the container ephemeral for clean test runs. Add a mounted volume only when your workflow needs persistent browser state between sessions.