Sign inSign up

gceranto/oracle-eclipse-ee

By gceranto

Updated about 11 years ago

Image
3

1.1K

gceranto/oracle-eclipse-ee repository overview

oracle-eclipse-ee

Dockerized oracle instance, running by oracle java

Contains:

Build

Just run

sudo docker build .

Run

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-ee

Eclipse doesn't start?

Probably you have some X11 socket permission issue. Try with @xhost +@ to enable to all users and restart container.

Tag summary

Content type

Image

Digest

sha256:37230dc5f

Size

1 GB

Last updated

about 11 years ago

docker pull gceranto/oracle-eclipse-ee