Browse code

Fix the docker daemon restart command for ubuntu.

Signed-off-by: Senthil Kumaran <senthil@uthcode.com>

Senthil Kumaran authored on 2016/06/02 14:02:57
Showing 1 changed files
... ...
@@ -391,7 +391,7 @@ To specify a DNS server for use by Docker:
391 391
 
392 392
 5. Restart the Docker daemon.
393 393
 
394
-        $ sudo restart docker
394
+        $ sudo service docker restart
395 395
 
396 396
 
397 397
 &nbsp;