Skip to content

Instantly share code, notes, and snippets.

@NicholasKuchiniski
Created March 10, 2020 19:18
Show Gist options
  • Save NicholasKuchiniski/de0eb40f8158d062ad2c0637eb8408e3 to your computer and use it in GitHub Desktop.
Save NicholasKuchiniski/de0eb40f8158d062ad2c0637eb8408e3 to your computer and use it in GitHub Desktop.
Subindo container docker oracle
docker run -d -p 1521:1521 -p 5500:5500 -it --name dockerDB1 container-registry.oracle.com/database/enterprise:12.2.0.1-slim
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment