chrome-docker icon indicating copy to clipboard operation
chrome-docker copied to clipboard

Chrome, in a Docker container.

Results 5 chrome-docker issues
Sort by recently updated
recently updated
newest added

When running on Widows after building with Docker or Gradle `docker run -p 5900:5900 --name chrome --user apps --privileged local/chrome:0.0.1` Here is a file tree ``` │ .gitignore │ build.gradle...

Issue: Certain tabs - specifically Google app store, some video playing, other "high use/high memory" tabs - will begin to open and immediately crash the tab Example: https://chrome.google.com/webstore Repeatable. Question:...

ran this cmd: docker run -p 5900:5900 -e VNC_SERVER_PASSWORD=password --user apps --privileged local/chrome:0.0.1 getting below error: /bin/sh: 1: /bootstrap.sh: Permission denied

Hello, after executing the non-password run command I get the attached error message. It seems like fluxbox is not started. Afterwards no display is shown. The command $google-chrome works, but...

hi, Great work! manage to see chrome inside VNC. My current problem is the networking. The network inside container seems not working both localhost(docker host) and outer website, like google....