{"id":13567495,"url":"https://github.com/MontFerret/chromium","last_synced_at":"2025-04-04T01:32:13.109Z","repository":{"id":98588940,"uuid":"181576629","full_name":"MontFerret/chromium","owner":"MontFerret","description":"Dockerized headless Chromium","archived":false,"fork":false,"pushed_at":"2023-03-28T18:59:07.000Z","size":23,"stargazers_count":15,"open_issues_count":0,"forks_count":7,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-24T18:49:28.014Z","etag":null,"topics":["cdp","chromium","docker","headless"],"latest_commit_sha":null,"homepage":"","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/MontFerret.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2019-04-15T22:51:46.000Z","updated_at":"2024-12-12T03:18:12.000Z","dependencies_parsed_at":null,"dependency_job_id":"5c038c3a-874a-45c6-9a14-791dd27f2646","html_url":"https://github.com/MontFerret/chromium","commit_stats":null,"previous_names":[],"tags_count":16,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MontFerret%2Fchromium","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MontFerret%2Fchromium/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MontFerret%2Fchromium/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MontFerret%2Fchromium/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MontFerret","download_url":"https://codeload.github.com/MontFerret/chromium/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247107816,"owners_count":20884793,"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":["cdp","chromium","docker","headless"],"created_at":"2024-08-01T13:02:32.959Z","updated_at":"2025-04-04T01:32:08.076Z","avatar_url":"https://github.com/MontFerret.png","language":"Shell","funding_links":[],"categories":["Shell"],"sub_categories":[],"readme":"# Chromium\n\nThe project provides a Docker image containing an optimized version of Chromium for scraping, profiling, or testing web pages.\n\n\n## Running\n\n```bash\n\n# pull latest version from DockerHub Registry\n$ docker pull montferret/chromium:latest\n\n# pull latest version from GitHub Registry\n$ docker pull ghcr.io/montferret/chromium:latest\n\n# run\n$ docker run -d -p 9222:9222 --name headless-chromium montferret/chromium\n$ docker run -d -p 9222:9222 --name headless-chromium ghcr.io/montferret/chromium\n\n# run with proxy\n\n$ docker run -d -p 9222:9222 --name headless-chromium -e CHROME_OPTS='--proxy-server=my-proxy.com' montferret/chromium\n$ docker run -d -p 9222:9222 --name headless-chromium -e CHROME_OPTS='--proxy-server=my-proxy.com' ghcr.io/montferret/chromium\n\n```\n\n## Using as a base image\n\nWhen using ``montferret/chromium`` as a base image to build an image that runs your own program, you can experience zombie process problem. \nTo reap zombie processeses, use dumb-init or tini on your Dockerfile's ENTRYPOINT:\n\n```bash\nFROM montferret/chromium:latest\n...\n# Install dumb-init\nRUN apt install dumb-init\n...\nENTRYPOINT [\"dumb-init\", \"--\"]\nCMD [\"/bin/sh\", \"-c\", \"./entrypoint.sh \u0026 YOUR_PROGRAM\"]\n```\n\nIf running Docker 1.13.0 or later, use docker run's --init arg instead to reap zombie processes.\n\n```bash\ndocker run -d -p \u003cPORT\u003e:\u003cPORT\u003e --name \u003cyour-program\u003e --init \u003cyour-image\u003e\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FMontFerret%2Fchromium","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FMontFerret%2Fchromium","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FMontFerret%2Fchromium/lists"}