Introduction
ATS Test Explorer comes as a Docker Image too. It contains Tomcat, Test Explorer and PostgreSQL server, configured and ready to be used.
The image is located at https://hub.docker.com/r/axway/ats-testexplorer-psql/
Get the image by executing docker pull axway/ats-testexplorer-psql and run it via docker run -it -p 8080:8080 -p 5432:5432 ats-testexplorer-psql
When prompt for password, enter atspassword.
For more information about Docker, click here
Go to parent page
Go to Table of Contents