openkbs/eclipse-oxygen-docker
Upgrade Container to Eclipse-Photon + Java 8 JDK + Maven 3.5 + Python 3.5 + X11 (display GUI)
2.2K
By using this image, you agree the Oracle Java JDK License. This image contains Oracle JDK 8. You must accept the Oracle Binary Code License Agreement for Java SE to use this image.
Image is pulling from openkbs/eclipse-photon-docker
./run.sh
You can build your own image locally. Note that the default build docker is "photon" version. If you want to build older Eclipse like "oxygen", you can following instruction in next section
./build.sh
## -- Eclipse version: photon, oxygen, etc.: -- ##
ENV ECLIPSE_VERSION=${ECLIPSE_VERSION:-photon}
or
ENV ECLIPSE_VERSION=${ECLIPSE_VERSION:-oxygen}
## -- Eclipse version: photon, oxygen, photon, etc.: -- ##
ECLIPSE_VERSION=photon
or
ECLIPSE_VERSION=oxygen
If you run "./run.sh" instead of "docker-compose up", you don't have to do anything as below.
$HOME/data_docker/eclipse-photon-docker/workspace
The above configuration will ensure all your projects created in the container's "/workspace" being "persistent" in your local folder, "$HOME/data_docker/eclipse-photon-docker/workspace", for your repetitive restart docker container.
More resource in X11 display of Eclipse on your host machine's OS, please see
You might see the warning message or something similar in the launching xterm console like below, you can just ignore it. I googled around and some blogs just suggested to ignore since the IDE is still functional ok.
** (eclipse:1): WARNING **: Couldn't connect to accessibility bus: Failed to connect to socket /tmp/dbus-wrKH8o5rny: Connection refused
** (java:7): WARNING **: Couldn't connect to accessibility bus: Failed to connect to socket /tmp/dbus-wrKH8o5rny: Connection refused
docker pull openkbs/eclipse-oxygen-docker