marnovdm / webimblaze-docker

WebImblaze in a Docker container

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WebImblaze in a Docker container

WebImblaze is available as a Docker container with all the dependencies pre-installed.

To use it, first install Docker for your OS:

Then pull it from the public repository, https://hub.docker.com/r/qarj/webimblaze/

docker pull qarj/webimblaze

Usage

Directly from your OS command line

To execute the example test examples/demo.test:

docker run -it --rm webimblaze examples/demo.test

From within the container

To enter the container:

docker run -it --entrypoint /bin/bash webimblaze

Then run a test:

perl wi.pl examples/demo.test

Run single local testcase in container

docker run -it --mount type=bind,source="/path/to/your-testcase.test",target=/usr/local/bin/WebImblaze/examples/get.test qarj/webimblaze

Further info

To build the container yourself, see BUILD.md.

About

WebImblaze in a Docker container