Simplify docker run execution in a way that still handles SIGINT & SIGTERM
This commit is contained in:
@@ -56,7 +56,7 @@ echo "${DOCKER_BIN_PATH}"
|
||||
|
||||
# Clean (k8s output & images), Build, Kube-Up, Test, Kube-Down
|
||||
cd "${KUBE_ROOT}"
|
||||
exec docker run \
|
||||
docker run \
|
||||
--rm \
|
||||
-v "${KUBE_ROOT}:/go/src/github.com/GoogleCloudPlatform/kubernetes" \
|
||||
-v "/var/run/docker.sock:/var/run/docker.sock" \
|
||||
|
||||
Reference in New Issue
Block a user