Sign inSign up

tchabaud/chrome-java

By tchabaud

Updated over 7 years ago

Ubuntu based image, with only Google Chrome (latest version) and Java 8 installed.

Image
0

10K+

tchabaud/chrome-java repository overview

Description

Dockerfile to create Ubuntu based container, with latest Java and Google Chrome installed.

Quirks

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

Tag summary

Content type

Image

Digest

Size

581.3 MB

Last updated

over 7 years ago

docker pull tchabaud/chrome-java