Sign inSign up

sasan/ubuntueclipse

By sasan

Updated almost 11 years ago

Accessing eclipse using conatiner (ubuntu based)

Image
2

527

sasan/ubuntueclipse repository overview

Accessing eclipse (Kepler) using conatiner (ubuntu based)

Launch eclipse container using following command:

$ docker run -d -p 5900:5900 sasan/ubuntueclipse

OR

 $ docker run -p 5900:5900 -v sourceVol:/root/workspace sasan/ubuntueclipse

Then connect to container IP:port from any Linux / Windows machine using VNC app (UltraVNC etc)

> dockerHostIP:5900

&

password 1234

(currently fixed)


Notes

  1. First checkin (tag: raweclipse) only has raw ubuntu + eclipse installable + X windows environment to launch eclipse
  2. Latest checkin has C++ compiler working for eclipse

TBD:

  1. Password can be given on container launch or in config file or at fixed place

  2. Giving command for => Using a volume for workarea contents (currently contained in container only)

  3. Some minimal compile environment (e.g. C/C++) => Done in release dated 2014-10-27

    $ docker run -p 5900:5900 -v sourceVol:/root/workspace sasan/ubuntueclipse x11vnc -forever -usepw -create


Command for eclipse execution of first release:

  $ docker run -p 5900:5900 sasan/ubuntueclipse x11vnc -forever -usepw -create

Contact : Khelender Sasan (gmail : ksasan)

Tag summary

Content type

Image

Digest

sha256:adacbd9ca

Size

818.1 MB

Last updated

almost 11 years ago

docker pull sasan/ubuntueclipse