Skip to content

Latest commit

 

History

History
28 lines (15 loc) · 773 Bytes

README.md

File metadata and controls

28 lines (15 loc) · 773 Bytes

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