Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Docker image for windows with oracle12

I got my Docker up and running on windows,

Now I am looking for an oracle container for my application that needs an oracle database.

Is there an image of oracle 12 that I can use in windows docker?

I looked in dockerhub but I only found images that are built for Linux docker.

like image 589
Shahar Hamuzim Rajuan Avatar asked Mar 07 '17 15:03

Shahar Hamuzim Rajuan


People also ask

Can we have Docker Image for Windows?

The Container Image may only be used with a validly licensed copy of: Windows Server Standard or Windows Server Datacenter software (collectively “Server Host Software”), or. Microsoft Windows Operating System (version 10) software (“Client Host Software”), or.

Is there a Docker image for Oracle Database?

The Oracle Database Enterprise Edition Docker image contains Oracle Database 21c Enterprise Edition, with the option to deploy either Enterprise Edition or Standard Edition, running on Oracle Linux 7 (x86-64). This image contains a default database in a multitenant configuration, with one pluggable database.

How do I run a Docker image in Windows locally?

Select the image you want to run, and click Run. On the Run menu, set up the configuration for the container, such as the container name, the isolation type, which ports to publish, and memory and CPU allocation. Additionally, you can append Docker run commands that are not in the UI, such as -v for persistent volume.


1 Answers

oracle is not planning to submit such an image. They hide behind legal terms that disallow them to distribute windows binaries, see https://github.com/oracle/docker-images/issues/208

So unless somebody from community creates one, there is none.

like image 135
wxt Avatar answered Oct 28 '22 12:10

wxt