Skip to content

Chromium Docker image with Remote Debugging (using Alpine Edge base image)

Notifications You must be signed in to change notification settings

sergef/docker-library-chromium

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Docker base images

Chromium

Using Chromium package available via Alpine edge channel https://pkgs.alpinelinux.org/package/edge/community/x86_64/chromium

Image is good to use as-is if provided with connection to X or Xvfb display service. See DISPLAY env variable.

Exposed port for Chrome Remote Debugging protocol. Seed DEBUG_PORT env variable.

Chromium is not binding debugging port to 0.0.0.0, simple socat being used to tunnel incoming traffic.

Custom seccomp has been ignored. Only security option which was working with the service configured in docker compose:

security_opt:
  - seccomp:unconfined

About

Chromium Docker image with Remote Debugging (using Alpine Edge base image)

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages