To start the Docker containers and setup, enter the following command the on the host Ubuntu machine:

/opt/pingidentity/docker-poc$sudo ./bin/start.sh setup
Tue Mar 31 05:12:28 UTC 2020 : Starting setup scripts
vm.max_map_count = 262144
Training period configured: 1 hour(s)
Creating network pingidentity_net
Creating service pingidentity_ase
Creating service pingidentity_dashboard
Creating service pingidentity_server
Creating service pingidentity_client
Creating service pingidentity_mongo
Creating service pingidentity_abs
Tue Mar 31 05:12:30 UTC 2020 : Setup successful

Verify ASE and ABS startup

Wait for a minute after the successful completion of the set up and enter the following command to verify that ASE and ABS have started:
#sudo docker service logs pingidentity_ase | grep 'API Security Enforcer started'
#sudo docker service logs pingidentity_abs | grep 'ABS started'
If a wrong license is installed, the following error is displayed:
/opt/pingidentity/docker-poc#sudo ./bin/start.sh setup
Tue Dec  31 05:12:45 UTC 2019 : Starting setup scripts
Creating network pingidentity_net
open /opt/pingidentity/docker-poc/license/ase/PingIntelligence.lic: no such file or directory
Tue Dec  31 05:12:46 UTC 2019 : Error : Error during setup
Note: If PingIntelligence Dashboard is configured with SSO mode, then update the content of cert/webgui-sso-oidc-provider.crt with the PingFederate public certificate.