Dockerized Pangolin Server (https://www.agiletestware.com/pangolin)
298
This image contains a ready-to-use Agiletestware Pangolin server (https://www.agiletestware.com/pangolin) installation.
Please note that the image itself does not contain any license file, please register for 14-day evaluation license on our website.
To run the Pangolin server using the default port (8080):
docker run -it -p 8080:8080 agiletestware/pangolin:<version>
Where <version> is the version of the image you want to run.
After server is up upload the license using UI.
In case if you want to embed the license file into your image, you can create your own docker image based on this image and copy the license file into /opt/pangolin directory. You can also use $PANGOLIN_HOME environment variable:
FROM agiletestware/pangolin:<version>
COPY ./license.l4j $PANGOLIN_HOME
Where <version> is the version of the image you want to extend and license.l4j is the pangolin license file.
Content type
Image
Digest
Size
268.5 MB
Last updated
over 5 years ago
docker pull agiletestware/pangolin:3.4