Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 1.01 KB

README.md

File metadata and controls

20 lines (15 loc) · 1.01 KB

Docker Cloud Build Status Docker Pulls

Image for running Oracle Instant Client. Due to oracle license restrictions image is not contain Instant Client itself and will install it on first run from external directory.

This image for development use only

Usage

Download a suitable Instant Client RPM-File from Oracle site and copy this one to install_folder.
Run a container and the client-package will be installed:

docker run --name oracle-instantclient -v <install_folder>:/install oracle-instantclient:<client-version>

Commit the Container

docker commit oracle-instantclient oracle-instantclient-installed:<client-version>

Now, this image is ready to use for further Applications/Layers.