Docker container to run node.js & chromium-headless for karma headless tests.
1.1K
Run chrome headless with
chromium-browser --headless --disable-gpu
Chromium needs special security permissions because of its sandbox mode. Use the
chrome.json seccomp profile by Jessie Frazelle. It's part of this
repository, but needs to be on the docker host.
docker run --rm -ti --security-opt seccomp:$(pwd)/chrome.json …
Content type
Image
Digest
Size
453.5 MB
Last updated
over 8 years ago
docker pull adimit/docker-node-chromium