oracle12c-docker

(★ 18)

A docker container for running Oracle 12c

File Explorer

  • .gitignore
  • checkDBStatus.sh
  • checkSpace.sh
  • createDB.sh
  • db_inst.rsp
  • dbca.rsp.tmpl
  • Dockerfile
  • installDBBinaries.sh
  • LICENSE
  • README.md
  • runOracle.sh
  • runUserScripts.sh
  • setPassword.sh
  • setupLinuxEnv.sh
  • startDB.sh

# Use via CDN

jsDelivr

jsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.

Command Glossary

Commands referenced in this DOCs, explained below.

🔍

docker build

View Details ▼

Build an image from a Dockerfile.

docker build .

Build a Docker image using the Dockerfile in the current directory:

docker build {{github.com/creack/docker-firefox}}

Build a Docker image from a Dockerfile at a specified URL:

docker build {{[-t|--tag]}} {{name:tag}} .

Build a Docker image and tag it:

🔍

docker exec

View Details ▼

This command is an alias of `docker container exec`.

tldr docker container exec

View documentation for the original command:

🔍

docker ps

View Details ▼

This command is an alias of `docker container ls`.

tldr docker container ls

View documentation for the original command:

🔍

docker run

View Details ▼

This command is an alias of `docker container run`.

tldr docker container run

View documentation for the original command:

// repository documentation