News

I am on Ubuntu 16.04 LTS, running a container with the Oracle Database 12c Standard Edition that I built from the Oracle Dockerfile using this command: $ docker run --name oracle-test -p 1521:1521 ...