Dockerized Bumblebee Server (https://www.agiletestware.com/bumblebee)
159
This image contains a ready-to-use Agiletestware Bumblebee server (https://www.agiletestware.com/bumblebee) 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 Bumblebee server using the default port (8080):
docker run -it -p 8080:8080 agiletestware/bumblebee:<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/bumblebee directory. You can also use $BUMBLEBEE_HOME environment variable:
FROM agiletestware/bumblebee:<version>
COPY ./license.l4j $BUMBLEBEE_HOME
Where <version> is the version of the image you want to extend and license.l4j is the Bumblebee server license file.
Content type
Image
Digest
Size
342.2 MB
Last updated
over 5 years ago
docker pull agiletestware/bumblebee:5.7