Contact PingIdentity Sales for instructions on accessing the Docker package. Once the Docker package is available, download and save it in the /opt directory.

Complete the following steps before Installing and loading the Docker images:
  1. Untar the package by running the following command:

    $sudo tar -xf /opt/pi-api-docker-poc-4.4.tar.gz

  2. Change the directory to /opt/pingidentity/docker-poc.
Note: By default the Docker PoC package is configured to be deployed in inline mode. If you want to deploy Docker in sideband mode, see Configure Docker PoC for sideband.

Install ASE and ABS license

PingIntelligence ASE and ABS require a valid license to start. The license file for both the products is named PingIntelligence.lic. Complete the following
  • ASE:
    Copy the ASE license file in the pingidentity/docker-poc/license/ase directory. Make sure that the license file is named as PingIntelligence.lic Following is a sample of the ASE license file:
    ID=981894
    Product=PingIntelligence
    Module=ASE
    Version=4.4
    IssueDate=2020-01-01
    EnforcementType=0
    ExpirationDate=2020-06-30
    Tier=Subscription
    SignCode=
    Signature=
    Verify that the correct file has been copied: To verify that the correct license file has been copied in the pingidentity/docker-poc/license/ase directory, run the following command:
    # grep 'Module' license/ase/PingIntelligence.lic
    Module=ASE
  • ABS:
    Copy the ABS license file in the pingidentity/docker-poc/license/abs directory. Make sure that the license file is named as PingIntelligence.lic. Following is a sample of the ABS license file:
    ID=981888
    Product=PingIntelligence
    Module=ABS
    Version=4.4
    IssueDate=2020-01-01
    EnforcementType=0
    ExpirationDate=2020-06-30
    Tier=Subscription
    SignCode=
    Signature=
    Verify that the correct file has been copied: To verify that the correct license file has been copied in the pingidentity/docker-poc/license/abs directory, run the following command:
    # grep 'Module' license/abs/PingIntelligence.lic
    Module=ABS