blob: 49d7ff2966e361e5fae26537ef0611be1477f7b6 [file] [log] [blame]
help:
-@echo "Available actions"
-@echo " docker - builds the docker container"
docker: bootstrap.py
docker build -t cord/maas-bootstrap:0.1-prerelease .
run:
docker run -ti --rm=true cord/maas-bootstrap:0.1-prerelease --apikey=$(CORD_APIKEY) --sshkey="$(CORD_SSHKEY)" --url=$(CORD_URL)