
Dockerfile of Oracle Database Express Edition 11g Release 2
The Dockerfile for Oracle Express Edition 11g Release 2 on Ubuntu 18.04 LTS was a trusted build in the Docker Registry until February 13, 2019, when it was removed due to a DMCA Takedown Notice from Oracle. This Docker image included features such as database connectivity, performance enhancements, and user management.
# Run Docker container locally
docker run -d -p 1521:1521 <image_name>
# Pull the Docker image from DockerHub
