Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 1.38 KB

README.md

File metadata and controls

27 lines (20 loc) · 1.38 KB

huhgawz/oraclelinux-osso

Introduction

NOTE: THIS PROJECT IS IN ACTIVE DEVELOPMENT. SOME THINGS CAN CHANGE RADICALLY.

Dockerized Oracle Linux with Oracle Single Sign On (OSSO).

Requirements

Installation

  1. Clone the repo: $ git clone https://github.com/huhgawz/docker-oraclelinux-osso.git && cd docker-oraclelinux-osso
  2. Put osso.conf file into the cloned repo folder
  3. Build the image: $ docker build --rm --tag=oraclelinux-osso .
  4. Run a container: $ docker run --interactive --tty --publish 9778:7777 --name osso oraclelinux-osso
  5. In the running container:
  • Start OHS: $ cd /oracle/Middleware/Oracle_WT1/opmn/bin && ./opmnctl startall
  • Use the CTRL-P + CTRL-Q escape sequence in order to detach the tty without exiting the shell. The container will continue to exist in a stopped state once exited (see Docker Running an Interactive Shell).
  1. Verify that everything is working fine:
  • Get the IP address:
    • In Mac OS: $ docker-machine ip default
    • In Linux: $ docker inspect osso | grep IP
  • Verify that OHS is working fine by opening this URL in a browser: http://<ip-address>:9778
  • Verify that OSSO is working fine by opening this URL in a browser: http://<ip-address>:9778/osso