1
0
mirror of https://github.com/rancher/steve.git synced 2025-09-24 04:49:53 +00:00
Files
steve/Makefile

9 lines
224 B
Makefile
Raw Normal View History

2019-08-04 21:19:18 -07:00
build:
docker build -t naok .
run: build
2019-08-04 21:29:30 -07:00
docker run $(DOCKER_ARGS) --rm -p 8989:8989 -it -v ${HOME}/.kube:/root/.kube naok
2019-08-04 21:19:18 -07:00
run-host: build
docker run $(DOCKER_ARGS) --net=host --rm -it -v ${HOME}/.kube:/root/.kube naok