Use specific version of docker instead of latest.

This commit is contained in:
Brad Moylan
2016-08-17 22:11:58 -07:00
parent 7a4908b278
commit 3cb6589a97
3 changed files with 10 additions and 3 deletions

View File

@@ -35,7 +35,7 @@ Type=notify
EnvironmentFile=-/run/flannel/docker
EnvironmentFile=-/opt/kubernetes/cfg/docker
WorkingDirectory=/opt/kubernetes/bin
ExecStart=/opt/kubernetes/bin/docker daemon \$DOCKER_OPT_BIP \$DOCKER_OPT_MTU \$DOCKER_OPTS
ExecStart=/opt/kubernetes/bin/dockerd \$DOCKER_OPT_BIP \$DOCKER_OPT_MTU \$DOCKER_OPTS
LimitNOFILE=1048576
LimitNPROC=1048576