Sign inSign up

sergeymakinen/oracle

By sergeymakinen

Updated about 9 years ago
Archived

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

Image
1

257

sergeymakinen/oracle repository overview

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 Type Total Stars Total Pulls License

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

Tag summary

Content type

Image

Digest

Size

375.5 MB

Last updated

about 9 years ago

docker pull sergeymakinen/oracle