Skip to content
This repository has been archived by the owner on Sep 26, 2021. It is now read-only.

Latest commit

 

History

History
20 lines (13 loc) · 475 Bytes

docker-dev.md

File metadata and controls

20 lines (13 loc) · 475 Bytes

Docker Development for Oracle XE

This document is for developers managing and contributing to this project.

Scripts

Run container and destroy:

docker run -it --rm \
  -p 32118:1521 \
  --network=oracle_network \
  --volume ~/docker/oracle-xe:/opt/oracle/oradata \
  oracle-xe:18c

Documentation

The TOC on the main README.md uses Markdown TOC for VS Code.