зеркало из https://github.com/microsoft/docker.git
Merge pull request #15368 from jengeb/docs-docker-start
[docs] Add instruction to start docker on Ubuntu
This commit is contained in:
Коммит
1947ab6c1e
|
@ -127,7 +127,11 @@ install Docker using the following:
|
|||
>
|
||||
> $ curl -sSL https://get.docker.com/gpg | sudo apt-key add -
|
||||
|
||||
4. Verify `docker` is installed correctly.
|
||||
4. Start the `docker` daemon.
|
||||
|
||||
$ sudo service docker start
|
||||
|
||||
5. Verify `docker` is installed correctly.
|
||||
|
||||
$ sudo docker run hello-world
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче