Sign inSign up

sabino/eclipse

By sabino

Updated over 10 years ago

Yep, Eclipse Luna inside a docker container

Image
0

400

sabino/eclipse repository overview

Eclipse Luna

This was a test made to achieve running the Eclipse Lua IDE inside a docker container

Running

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.

Tag summary

Content type

Image

Digest

Size

743.9 MB

Last updated

over 10 years ago

docker pull sabino/eclipse