Ubuntu based image, with only Google Chrome (latest version) and Java 8 installed.
10K+
Dockerfile to create Ubuntu based container, with latest Java and Google Chrome installed.
Chrome must be launched with no-sandbox option, otherwise it will fail.
xhost +local:root
docker run -i -e DISPLAY=$DISPLAY \
-v /tmp/.X11-unix:/tmp/.X11-unix:rw \
tchabaud/chrome-java google-chrome-stable --no-sandbox
Content type
Image
Digest
Size
581.3 MB
Last updated
over 7 years ago
docker pull tchabaud/chrome-java