Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 335 Bytes

File metadata and controls

11 lines (9 loc) · 335 Bytes

HOW TO BUILD:

Edit sqlrelay.conf with your oracle connection string first!

Execute command for build:

   docker build --pull -t sqlr-ora:21 . 

HOW TO RUN:

Run as a daemon:

   docker run -p xxxx:xxxx -itd sqlr-ora:21

Run interactively:

   docker run -p xxxx:xxxx -it sqlr-ora:21