Note to start docker in ubuntu installation

pull/18/head
Baohua Yang 2014-09-26 14:34:16 +08:00
parent 0505622aeb
commit 6d890cab80
1 changed files with 5 additions and 0 deletions

View File

@ -29,3 +29,8 @@ $ sudo apt-get install linux-image-generic-lts-raring linux-headers-generic-lts-
$ sudo reboot
```
然后重复上面的步骤即可。
安装之后启动Docker服务。
```
$ sudo service docker start
```