docker update to 1.8.1

This commit is contained in:
ertugerata
2015-09-06 08:35:08 +03:00
parent 80df2e3751
commit 01ec37c265
3 changed files with 15 additions and 9 deletions
@@ -17,14 +17,13 @@ def start():
startService(command="/usr/bin/docker",
args="daemon %s" % (config.get("DOCKER_OPTS", "")),
chuid="root:docker",
pidfile="/var/run/docker.pid",
pidfile=pidfile,
donotify=True)
@synchronized
def stop():
stopService(command="/usr/bin/docker",
pidfile="/var/run/docker.pid",
pidfile=pidfile,
donotify=True)
def status():