Accessing eclipse using conatiner (ubuntu based)
527
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)
Password can be given on container launch or in config file or at fixed place
Giving command for => Using a volume for workarea contents (currently contained in container only)
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)
Content type
Image
Digest
sha256:adacbd9ca…
Size
818.1 MB
Last updated
almost 11 years ago
docker pull sasan/ubuntueclipse