Sign inSign up

agiletestware/pangolin

By agiletestware

Updated over 5 years ago

Dockerized Pangolin Server (https://www.agiletestware.com/pangolin)

Image
0

298

agiletestware/pangolin repository overview

Description

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.

How to use this image

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.

Embedding the license file into image

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.

Tag summary

Content type

Image

Digest

Size

268.5 MB

Last updated

over 5 years ago

docker pull agiletestware/pangolin:3.4