To install and load Docker images, enter the command on the host Ubuntu 16.04 machine. This command loads and installs the Docker images from the images directory:

/opt/pingidentity/docker-poc$sudo ./bin/start.sh install
ubuntu@ip-172-31-90-119:~/pingidentity/docker-poc/bin$ sudo ./start.sh install
Tue Oct 13 05:05:14 UTC 2020 : loading ASE image
Loaded image: pingidentity/ase:4.4
Tue Oct 13 05:05:15 UTC 2020 : loading ABS image
Loaded image: pingidentity/abs:4.4
Tue Oct 13 05:05:16 UTC 2020 : loading Dashboard image
Loaded image: pingidentity/dashboard:4.4
Tue Oct 13 05:05:19 UTC 2020 : loading mongo image
Loaded image: pingidentity/mongo:4.2.0
Tue Oct 13 05:05:20 UTC 2020 : loading client image
Loaded image: pingidentity/client:4.4
Tue Oct 13 05:05:20 UTC 2020 : loading server image
Loaded image: pingidentity/server:4.4
Tue Oct 13 05:05:21 UTC 2020 : Installation completed successfully