Skip to content

krisrice/sqlcl-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 

Repository files navigation

SQLcl Docker Build File

N|Solid

This is a simple Dockerfile to build an image with SQLcl installed updated with the change in licensing to the Oracle Free Use Terms and Conditions. This now leverages GraalVM and installs the Javascript support for the sqlcl script command

Installation Steps

  1. Run : git clone https://github.com/krisrice/sqlcl-docker.git
  2. cd sqlcl-docker/
  3. Run : docker build -t sqlcl .

Run

docker run -it sqlcl  

Run and add a hostname for the host machine

docker run --add-host localhost:192.168.3.2 -it sqlcl klrice/klrice@//localhost:1521/orcl

About

docker file for sqlcl

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published