1
0
mirror of https://github.com/rancher/steve.git synced 2025-04-28 03:10:32 +00:00

Add Makefile

This commit is contained in:
Darren Shepherd 2019-08-04 21:19:18 -07:00
parent 6421f7bafb
commit 86dd7a455e

8
Makefile Normal file
View File

@ -0,0 +1,8 @@
build:
docker build -t naok .
run: build
docker run $(DOCKER_ARGS) --rm -it -v ${HOME}/.kube:/root/.kube naok
run-host: build
docker run $(DOCKER_ARGS) --net=host --rm -it -v ${HOME}/.kube:/root/.kube naok