Dockerized oracle instance, running by oracle java
Contains:
Just run
sudo docker build .sudo docker run -ti --rm \
-e DISPLAY=$DISPLAY \
-v /tmp/.X11-unix:/tmp/.X11-unix \
-v [type here your workspace path]:/workspace \
-v [type here your m2 cache path]:/home/eclipse/.m2 \
gceranto/oracle-eclipse-eeProbably you have some X11 socket permission issue. Try with @xhost +@ to enable to all users and restart container.
Content type
Image
Digest
sha256:37230dc5f…
Size
1 GB
Last updated
about 11 years ago
docker pull gceranto/oracle-eclipse-ee