Skip to content

Latest commit

 

History

History
27 lines (22 loc) · 543 Bytes

README.md

File metadata and controls

27 lines (22 loc) · 543 Bytes

Docker image for JavaFX Scene Builder

  • Tested on a host running Linux Ubuntu 16.10 with Docker 1.13.1

How to

Clone the project

git clone git@github.com:wcomnisky/docker-javafx-scene-builder.git
cd docker-javafx-scene-builder

Build the image (based on the Dockerfile - it will run the container after building it)

./build.sh

Consecutive usage of the container

cd docker-javafx-scene-builder
./run.sh

Opening a bash console on the container

cd docker-javafx-scene-builder
./bash.sh