sergeymakinen/oracle

By sergeymakinen

Updated over 7 years ago
Archived

Oracle Database Express Edition 11g Release 2 on Ubuntu 14.04.1 LTS

Image

212

Oracle Database Dockerfile

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.

Build TypeTotal StarsTotal PullsLicense

What is Oracle Database?

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.

Installation

  1. Install Docker.

  2. Download automated build from Docker Hub:

docker pull sergeymakinen/oracle

How to use this image

Start an instance

docker run --name some-oracle -p 34000:1521 -d sergeymakinen/oracle

Start with persistent storage

docker run --name some-oracle -p 34000:1521 -t ./data:/u01/app/oracle -d sergeymakinen/oracle

Connect to it

ParameterValue
Protocoltcp
Hostlocalhost
Port34000
SIDxe
User IDsystem
Passwordoracle

Docker Pull Command

docker pull sergeymakinen/oracle

This image was archived 20 days ago