Skip to content

This dockerfile contains the steps to create an image with Java 8, firefox and a virtual display

License

Notifications You must be signed in to change notification settings

sideeq/docker-java8-firefox-xvfb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

docker-java8-xvfb-firefox

Information

This dockerfile contains the steps to create an image with Java 8, firefox and a virtual display.

Do not forget to attach the screen with the following commands after you create the image:

Xvfb -ac :0 -screen 0 1280x1024x16 &
trap 'killall -9 Xvfb' EXIT

Note

if you are using CI you can automate attaching the screen by running shell file.

License

MIT License Copyright (c) 2017 Sideeq Youssef

About

This dockerfile contains the steps to create an image with Java 8, firefox and a virtual display

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages