Sign inSign up

patterns/webtask

By patterns

Updated over 9 years ago

Image for Webtask.io wt-cli command

Image
0

1.1K

patterns/webtask repository overview

docker-webtask

Docker image for Webtask.io wt-cli command. Docker lets us run it without installing Node. Docker also allows execution on Linux/Win/MacOS

How to use this image

With the source

  1. Install Docker
  2. Git clone the src
  3. From the cloned directory, build and run

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

With the pre-built image

  1. Install Docker
  2. Run
$ docker run -it --rm -v $(pwd):/usr/src/app --entrypoint /bin/bash patterns/webtask
root@:/usr/src/app# wt init

Tag summary

Content type

Image

Digest

Size

278.5 MB

Last updated

over 9 years ago

docker pull patterns/webtask