PingIntelligence

Installing and loading Docker images

Install and load Docker images from the images directory.

About this task

To install and load Docker images:

Steps

  • Run the following command on the host Ubuntu 18.04 machine:

    /opt/pingidentity/docker-poc$sudo ./bin/start.sh install

    Example:

    sudo ./bin/start.sh install
    Tue Dec 28 01:59:50 MST 2021 : loading ASE image
    Loaded image: pingidentity/ase:5.1
    Tue Dec 28 01:59:54 MST 2021 : loading ABS image
    Loaded image: pingidentity/abs:5.1
    Tue Dec 28 02:00:03 MST 2021 : loading API Publish image
    Loaded image: pingidentity/apipublish:5.1
    Tue Dec 28 02:00:11 MST 2021 : loading Dashboard image
    Loaded image: pingidentity/dashboard:5.1
    Tue Dec 28 02:00:43 MST 2021 : loading mongo image
    Loaded image: pingidentity/mongo:4.2.0
    Tue Dec 28 02:00:50 MST 2021 : loading Kafka image
    Loaded image: pingidentity/kafka:5.1
    Tue Dec 28 02:01:07 MST 2021 : loading Zookeeper image
    Loaded image: pingidentity/zookeeper:5.1
    Tue Dec 28 02:01:18 MST 2021 : loading client image
    Loaded image: pingidentity/client:5.1
    Tue Dec 28 02:01:25 MST 2021 : loading server image
    Loaded image: pingidentity/server:5.1
    Tue Dec 28 02:01:32 MST 2021 : Installation completed successfully