{"id":15080647,"url":"https://github.com/stephen-fox/chrome-docker","last_synced_at":"2025-10-05T12:32:13.381Z","repository":{"id":43703445,"uuid":"81665268","full_name":"stephen-fox/chrome-docker","owner":"stephen-fox","description":"Chrome, in a Docker container.","archived":true,"fork":false,"pushed_at":"2020-06-08T22:12:08.000Z","size":65,"stargazers_count":114,"open_issues_count":5,"forks_count":82,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-01-18T21:57:18.380Z","etag":null,"topics":["chrome","docker-image","google-chrome","vnc-server"],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/stephen-fox.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-02-11T16:26:47.000Z","updated_at":"2024-12-29T23:01:57.000Z","dependencies_parsed_at":"2022-07-07T18:38:47.081Z","dependency_job_id":null,"html_url":"https://github.com/stephen-fox/chrome-docker","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stephen-fox%2Fchrome-docker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stephen-fox%2Fchrome-docker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stephen-fox%2Fchrome-docker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stephen-fox%2Fchrome-docker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/stephen-fox","download_url":"https://codeload.github.com/stephen-fox/chrome-docker/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":235399012,"owners_count":18983814,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["chrome","docker-image","google-chrome","vnc-server"],"created_at":"2024-09-25T05:04:29.262Z","updated_at":"2025-10-05T12:32:08.061Z","avatar_url":"https://github.com/stephen-fox.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Chrome Docker (unmaintained)\nA Docker image that can run Google Chrome.\n\nPlease note, this project is no longer maintained. I am currently focused on\nother projects, and do not have the required time to support this. Pease feel\nfree to fork it.\n\nThank you for using it. I hope that it helped :)\n\n## How does it work?\nThe Docker image includes a VNC server which provides graphical access to the\nvirtual display running in the container.\n\n## How do I build it?\nRefer to the [building documentation](docs/building).\n\n## How do I run it?\nFirst, start the container and its VNC server:\n```\ndocker run -p 5900:5900 --name chrome --user apps --privileged \u003cimage-name\u003e\n```\n\n**Note**: The macOS VNC client will not be able to login unless you set a\npassword for the VNC server. The instructions for setting a VNC password can be\nfound below.\n\nBy default, the VNC server is started without a password. If you would like to\nspecify a password for the VNC server, do the following:\n```\ndocker run -p 5900:5900 -e VNC_SERVER_PASSWORD=some-password --name chrome \\\n    --user apps --privileged \u003cimage-name\u003e\n```\n\nOnce the container is running, you can VNC into it at `127.0.0.1` and run Chrome\nfrom a terminal window by running:\n```\ngoogle-chrome\n```\n\nYou can also start Google Chrome by right-clicking the Desktop and selecting:\n```\nApplications \u003e Network \u003e Web Browsing \u003e Google Chrome\n```\n\n## Additional settings\nRefer to the [configuration documentation](docs/configuration).\n\n## Security concerns\nThis image starts a X11 VNC server which spawns a framebuffer. Google Chrome\nalso requires that the image be run with the `--privileged` flag set. This flag\ndisables security labeling for the resulting container. Be very careful if you\nrun the container on a non-firewalled host.\n\nSome applications (such as Google Chrome) will not run under the root user. A\nnon-root user named `apps` is included for such scenarios.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstephen-fox%2Fchrome-docker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstephen-fox%2Fchrome-docker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstephen-fox%2Fchrome-docker/lists"}