1
0
mirror of https://github.com/rancher/steve.git synced 2025-07-17 00:11:45 +00:00
steve/Makefile
Darren Shepherd fab677b2ec Steve!
2019-09-11 14:05:00 -07:00

9 lines
293 B
Makefile

build:
docker build -t steve .
run: build
docker run $(DOCKER_ARGS) --rm -p 8989:8080 -it -v ${HOME}/.kube:/root/.kube steve
run-host: build
docker run $(DOCKER_ARGS) --net=host --uts=host --rm -it -v ${HOME}/.kube:/root/.kube steve --kubeconfig /root/.kube/config --listen-address :8989