Skip to content

Latest commit

 

History

History

WebImblaze-Framework

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

WebImblaze-Framework in a Docker container

WebImblaze-Framework 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-framework/

docker pull qarj/webimblaze-framework

Usage

Directly from your OS command line

To execute the example test examples/demo.test:

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

From within the container

To enter the container:

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

Then run a test:

perl wif.pl examples/demo.test

Further info

To build the container yourself, see BUILD.md.