mirror of
https://github.com/docker/docs.git
synced 2026-04-04 18:28:58 +07:00
Use "start" instead of "restart"
Because when the job isn't running, "restart" won't work.
This commit is contained in:
@@ -18,8 +18,8 @@ else
|
||||
echo "exec /usr/local/bin/dockerd" > /etc/init/dockerd.conf
|
||||
fi
|
||||
|
||||
echo "Restarting dockerd..."
|
||||
restart dockerd > /dev/null
|
||||
echo "Starting dockerd..."
|
||||
start dockerd > /dev/null
|
||||
|
||||
echo "Finished!"
|
||||
echo
|
||||
|
||||
Reference in New Issue
Block a user