Oracle Database Express Edition 11g Release 2 on Ubuntu 14.04.1 LTS
257
This repository contains Dockerfile of Oracle Database Express Edition 11g Release 2 on Ubuntu 14.04.1 LTS for Docker's automated build published to Docker Hub.
Oracle Database (commonly referred to as Oracle RDBMS or simply as Oracle) is an object-relational database management system produced and marketed by Oracle Corporation.
Install Docker.
Download automated build from Docker Hub:
docker pull sergeymakinen/oracle
docker run --name some-oracle -p 34000:1521 -d sergeymakinen/oracle
docker run --name some-oracle -p 34000:1521 -t ./data:/u01/app/oracle -d sergeymakinen/oracle
| Parameter | Value |
|---|---|
| Protocol | tcp |
| Host | localhost |
| Port | 34000 |
| SID | xe |
| User ID | system |
| Password | oracle |
Content type
Image
Digest
Size
375.5 MB
Last updated
about 9 years ago
docker pull sergeymakinen/oracle