Skip to content

Oracle 12c Enterprise Edition 12.2.0 and MongoDB 4 in Docker

Notifications You must be signed in to change notification settings

wxkin/docker-oracle-ee-12c

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 

Repository files navigation

docker-oracle-ee-12c

Oracle 12c Enterprise Edition 12.2.0 and MongoDB 4 in Docker

To download the image with docker

docker pull wxkin/oracle-12c-mongo4

If you need a proxy configuration:

sudo mkdir /etc/systemd/system/docker.service.d

Create file /etc/systemd/system/docker.service.d/http-proxy.conf with the following content:

[Service]
Environment="HTTP_PROXY=http://127.0.0.1:3128/"

Flush changes: $ sudo systemctl daemon-reload

Restart Docker: $ sudo systemctl restart docker

About

Oracle 12c Enterprise Edition 12.2.0 and MongoDB 4 in Docker

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%