Преглед на файлове

Update ubuntulinux.md

In Ubuntu 14.04, we should use

    $ sudo service docker.io restart

instead of

    $ sudo service docker restart
waitingkuo преди 11 години
родител
ревизия
1b4915c1a8
променени са 1 файла, в които са добавени 1 реда и са изтрити 0 реда
  1. 1 0
      docs/sources/installation/ubuntulinux.md

+ 1 - 0
docs/sources/installation/ubuntulinux.md

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