blob: 49d7ff2966e361e5fae26537ef0611be1477f7b6 [file] [log] [blame]
David K. Bainbridgeb5415042016-05-13 17:06:10 -07001help:
2 -@echo "Available actions"
3 -@echo " docker - builds the docker container"
4
5docker: bootstrap.py
6 docker build -t cord/maas-bootstrap:0.1-prerelease .
7
8run:
9 docker run -ti --rm=true cord/maas-bootstrap:0.1-prerelease --apikey=$(CORD_APIKEY) --sshkey="$(CORD_SSHKEY)" --url=$(CORD_URL)