Skip to content

Qarj/webimblaze-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

To run all self tests

docker run -it --rm webimblaze selftest/all_core.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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published