Skip to content

fernandominguez/docker-eclipse

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker-eclipse

Eclipse Photon (v.4.8) in a Docker container

Requirements

  • Docker 1.2+ (should work fine on 1.0+ but I haven't tried)
  • An X11 socket

Quickstart

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

Acknowledgment

I want to thank fgrehm and rafdouglas for their work on the docker-eclipse and eclipse_docker_base in whose is based this project.

License

Read the LICENSE file.