Sign inSign up

shenron/oracle-sqldeveloper

By shenron

•Updated almost 9 years ago

Container to launch Oracle SqlDeveloper

Image
0

301

shenron/oracle-sqldeveloper repository overview

⁠Container to launch Oracle SqlDeveloper

⁠Details to run the container

Allow X connection from docker

xhost +

Set a volume to persiste authentification / connection of databases

ORACLE_SQLDEVELOPER_VOLUME=/home/me/oracle_data

⁠Full script to start the application:

xhost +
docker run \
    -e DISPLAY=$DISPLAY \
    -v /tmp/.X11-unix:/tmp/.X11-unix \
    -v $ORACLE_SQLDEVELOPER_VOLUME:/data \
    --rm \
    -d shenron/oracle-sqldeveloper:4.0.2

TODO

  • Add compatibility with MacOS

Tag summary

Content type

Image

Digest

Size

954 MB

Last updated

almost 9 years ago

docker pull shenron/oracle-sqldeveloper:4.0.2