diff --git a/Dockerfile b/Dockerfile index 618c672..d2cd3d4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ MAINTAINER "Jason Brooks" ENV container=docker -ENV NAME=kubernetes-proxy VERSION=0 RELEASE=8 ARCH=x86_64 +ENV NAME=kubernetes-proxy VERSION=0 RELEASE=14 ARCH=x86_64 LABEL BZComponent="$NAME" \ name="$FGC/$NAME" \ version="$VERSION" \ diff --git a/config.json.template b/config.json.template index 5084c9b..da4b79b 100644 --- a/config.json.template +++ b/config.json.template @@ -6,10 +6,7 @@ }, "process": { "terminal": false, - "user": { - "uid": 994, - "gid": 996 - }, + "user": {}, "args": [ "/usr/bin/kube-proxy-docker.sh" ], @@ -320,6 +317,16 @@ "rbind", "rprivate" ] + }, + { + "type": "bind", + "source": "/run", + "destination": "/run", + "options": [ + "rbind", + "rw", + "mode=755" + ] } ], "linux": { diff --git a/launch.sh b/launch.sh old mode 100644 new mode 100755