Image Overview: chromium

Overview: chromium Chainguard Image

Minimal Chromium container image.

Download this Image

The image is available on cgr.dev:

docker pull cgr.dev/chainguard/chromium:latest

Usage

Running Chromium doesn’t require passing any additional parameters to Docker:

docker run cgr.dev/chainguard/chromium:latest

Please note that Chromium is ran in a headless state with the sandbox and GPU access disabled with the flags:

--headless --no-sandbox --disable-gpu

We run Chromium headless with GPU access disabled due to the container not having GPU access.

Chromium’s sandbox has been disabled as the container is sandboxed from the host environment.

This can be overriden via the environment variable CHROMIUM_USER_FLAGS though this is unsupported.

Last updated: 2024-04-11 12:38