Eclipse Photon (v.4.8) in a Docker container
- Docker 1.2+ (should work fine on 1.0+ but I haven't tried)
- An X11 socket
Give execution permissions to build, eclipse and run files.
sudo chmod +x build
sudo chmod +x eclipse
sudo chmod +x run
Run the build file first to create the docker container from the image file.
./build
And then execute the eclipse file to launch the program.
./eclipse
I want to thank fgrehm and rafdouglas for their work on the docker-eclipse and eclipse_docker_base in whose is based this project.
Read the LICENSE file.