Skip to content

Commit

Permalink
start
Browse files Browse the repository at this point in the history
  • Loading branch information
gnawhleinad committed Jan 1, 2021
1 parent 9861e63 commit 5bd6f32
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
init:
docker-machine create --driver xhyve --xhyve-virtio-9p /Users/gnawhleinad --xhyve-virtio-9p-root / dev

.PHONY: start
start:
docker-machine start dev
eval $(docker-machine env dev)

.PHONY: clean
clean:
docker-machine stop dev
Expand Down

0 comments on commit 5bd6f32

Please sign in to comment.