1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

Update ubuntulinux.md

In Ubuntu 14.04, we should use

    $ sudo service docker.io restart

instead of

    $ sudo service docker restart
This commit is contained in:
waitingkuo 2014-05-16 17:08:05 +08:00
parent 08a7bcf5db
commit 1b4915c1a8

View file

@ -203,6 +203,7 @@ than `docker` should own the Unix socket with the
$ sudo gpasswd -a ${USER} docker $ sudo gpasswd -a ${USER} docker
# Restart the Docker daemon. # Restart the Docker daemon.
# If you are in Ubuntu 14.04, use docker.io instead of docker
$ sudo service docker restart $ sudo service docker restart
### Upgrade ### Upgrade