Cycle Client

Download the domain binary files, Cycle Client Distribution as mentioned in the Prerequisites section of this document.

  1. Extract the Cycle client distribution which is downloaded from the Oracle Software Delivery Cloud.

  2. Navigate to the extracted directory.

    extracted directory

    Note: Update the files in the "conf" folder as per the cycle client documentation. If you want to update the files in run time, add the "mount" attribute and place the "conf" files outside the distribution.

  3. From the extracted directory, run the below command.

    docker build format - Cycle Client

    $ docker build -t <Image Name>

    docker build example - Cycle Client

    $ docker build -t cycleclient

    Cycle Client

  4. To start the containerized cycle client application, run the following command.

    docker run format - Cycle Client

    $ docker run -it --name <Container Name> <Image Name>

    docker run example - Cycle Client

    $ docker run -it --name client cycleclient