Sign inSign up

agiletestware/bumblebee

By agiletestware

Updated over 5 years ago

Dockerized Bumblebee Server (https://www.agiletestware.com/bumblebee)

Image
0

159

agiletestware/bumblebee repository overview

Description

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.

How to use this image

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.

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/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.

Tag summary

Content type

Image

Digest

Size

342.2 MB

Last updated

over 5 years ago

docker pull agiletestware/bumblebee:5.7