/docker-eclipse

Primary LanguageShellApache License 2.0Apache-2.0

Docker Eclipse

Installation

  1. Install recent version of docker engine and docker compose (docker.com)

  2. Build the image:

     docker-compose  build
    
  3. Prepare your own copy of the configuration:

             cp env .env
    
  4. Run the image:

     docker-compose  up -d
    
  5. Connect using a VNC client to port 5901

Usage

  1. You should be able to run the command in /home/ubuntu/eclipse-installer/eclipse-inst to install eclipse and then run it.

  2. State is kept in eclipseuserdata volume.