Skip to content

Temporary Docker files and scripts for Oracle Database 21c Express Edition.

License

Notifications You must be signed in to change notification settings

fuzziebrain/docker-oracledb21c-xe

Repository files navigation

docker-oracledb21c-xe

Temporary Docker files and scripts for Oracle Database 21c Express Edition.

The scripts are modified versions of Oracle's official Dockerfiles and scripts for Oracle Database 18c Express Edition that you can find here.

This repository will be archived as soon as Oracle releases the updated files for this version of the database.

To build the Docker image, run the command:

docker build -t oracle/database:21.3.0-xe .

To run a container based on this image, run the command:

CONTAINER_NAME=myxedb && \
docker run -d -p 1521:1521 --name $CONTAINER_NAME oracle/database:21.3.0-xe

Some of the Docker run options listed here could be used too.

About

Temporary Docker files and scripts for Oracle Database 21c Express Edition.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published