Skip to content

peedy2495/oracle-instantclient

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published