Docker image for Webtask.io wt-cli command. Docker lets us run it without installing Node. Docker also allows execution on Linux/Win/MacOS
You can build and run the Docker image:
$ docker build -t webtask .
$ docker run -it --rm -v $(pwd):/usr/src/app --entrypoint /bin/bash webtask
root@:/usr/src/app# wt init
$ docker run -it --rm -v $(pwd):/usr/src/app --entrypoint /bin/bash patterns/webtask
root@:/usr/src/app# wt init
Content type
Image
Digest
Size
278.5 MB
Last updated
over 9 years ago
docker pull patterns/webtask