Bind port 8989 by default

This commit is contained in:
Darren Shepherd
2019-08-04 21:29:30 -07:00
parent 085cc3eeda
commit c922b54153

View File

@@ -2,7 +2,7 @@ build:
docker build -t naok .
run: build
docker run $(DOCKER_ARGS) --rm -it -v ${HOME}/.kube:/root/.kube naok
docker run $(DOCKER_ARGS) --rm -p 8989:8989 -it -v ${HOME}/.kube:/root/.kube naok
run-host: build
docker run $(DOCKER_ARGS) --net=host --rm -it -v ${HOME}/.kube:/root/.kube naok