This is a dockerfile for using with bionode-watermill-tutorial. Here you will have all the dependencies installed and you can run the example 'two-mappers' within this docker container, as well as the bionode-watermill-tutorial.
Click here :
Within play-with-docker webpage click on create session. Then, another page
will open with a big counter on the upper left corner. Click on + add new instance and this should generate a terminal like instance on the right. On
this terminal you can load this docker image as follows:
docker pull tiagofilipe12/bionode-watermill-tutorialdocker run -it tiagofilipe12/bionode-watermill-tutorial zsh
After, follow the instructions below.
git clone https://github.com/tiagofilipe12/docker-watermill-tutorial.gitdocker build . bionode-watermill
or
1') docker pull tiagofilipe12/bionode-watermill-tutorial
docker run -it bionode-watermill zsh
or
2')docker run -it tiagofilipe12/bionode-watermill-tutorial zsh
cd examples/pipelines/two-mappersnode pipeline.js
or
node pipeline_lazy.js(this one is still not ready!)
