Yep, Eclipse Luna inside a docker container
400
This was a test made to achieve running the Eclipse Lua IDE inside a docker container
Create a cool folder anywhere and inside this folder create another one named .eclipse-docker This folder will be mapped as the home folder for the user which will run the image.
Then, cast the command bellow while inside the folder.
docker run -ti --rm -e DISPLAY=$DISPLAY -v /tmp/.X11-unix:/tmp/.X11-unix -v `pwd`/.eclipse-docker:/home/developer -v `pwd`:/workspace sabino/eclipse
This was not tested on Windows so I don't know if it will work.
Content type
Image
Digest
Size
743.9 MB
Last updated
over 10 years ago
docker pull sabino/eclipse