Files
stacks-puppet-node/images/docker
2018-10-15 18:42:44 -04:00
..
2017-04-09 22:55:45 -04:00
2018-10-03 16:49:17 -04:00
2018-10-03 10:24:32 +02:00

Docker Images

On Debian or Ubuntu, you can install docker:

$ sudo apt-get install docker.io

Go to the appropriate directory e.g.,

$ cd docker/api
$ sudo docker build --no-cache . -t blockstack-core-api

This will output something like:

Successfully built <docker_image_id>

You can boot into the respective image:

$ sudo docker run -it --entrypoint=/bin/bash <docker_image_id>