Docker Eclipse
Installation
-
Install recent version of docker engine and docker compose (docker.com)
-
Build the image:
docker-compose build
-
Prepare your own copy of the configuration:
cp env .env
-
Run the image:
docker-compose up -d
-
Connect using a VNC client to port 5901
Usage
-
You should be able to run the command in
/home/ubuntu/eclipse-installer/eclipse-inst
to install eclipse and then run it. -
State is kept in
eclipseuserdata
volume.