docker-chromium-xvfb
docker-chromium-xvfb copied to clipboard
Docker image for running browser tests against headless Chromium
I expect this command to print out the HTML of a website: `docker-chromium-xvfb/images/base $ docker build -t chromium-xvfb . && docker run --rm --security-opt seccomp=unconfined chromium-xvfb /usr/bin/google-chrome --disable-gpu http://google.com` Instead,...
Hi, First let me apologize if this doesn't make sense, I have literally never used any of the technologies involved here (except for docker), I just agreed to help one...
Hello there. Trying Docker and your image for the first time, so please bear with, I may have not got it right So here is what I've done after installing...
Can you tag images with a version in addition to applying the `latest` tag? Makes it easier to consume these fantastic images :-) See also: https://medium.com/@mccode/the-misunderstood-docker-tag-latest-af3babfd6375#.2rq93tci3 for how convoluted docker...