Docker oracle database client
453
can be used for remote database operations.
The container accepts the following mounted folder:
Run the container with:
docker run \
--name oracle-db-client \
-it \
-v /path/to/local/data:/data \
georgmoser/oracle-db-client
Run the container with:
docker run \
--name oracle-db-client \
-it \
-e DB_USERNAME= \
-e DB_PASSWORT= \
-e DB_PORT= \
-e DB_HOST= \
-e DB_SERVICENAME= \
-v /path/to/local/data:/data \
georgmoser/oracle-db-client
dump [[YOUR_ARGUMENTS (e.g. 'FULL=yes')]]
Content type
Image
Digest
Size
203.9 MB
Last updated
almost 7 years ago
docker pull georgmoser/oracle-db-client