mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Merge pull request #15368 from jengeb/docs-docker-start
[docs] Add instruction to start docker on Ubuntu
This commit is contained in:
commit
1947ab6c1e
1 changed files with 5 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue