mirror of https://github.com/docker/docs.git
Remove note about daemon starting automatically
The next step already verifies that it's working, so this line is redundant. Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
parent
ffab795627
commit
2e78ea3650
|
@ -215,8 +215,6 @@ from the repository.
|
|||
$ sudo apt-get install docker-ce=<VERSION_STRING>
|
||||
```
|
||||
|
||||
The Docker daemon starts automatically.
|
||||
|
||||
4. Verify that Docker CE is installed correctly by running the `hello-world`
|
||||
image.
|
||||
|
||||
|
|
|
@ -245,8 +245,6 @@ from the repository.
|
|||
$ sudo apt-get install docker-ce=<VERSION_STRING>
|
||||
```
|
||||
|
||||
The Docker daemon starts automatically.
|
||||
|
||||
4. Verify that Docker CE is installed correctly by running the `hello-world`
|
||||
image.
|
||||
|
||||
|
|
Loading…
Reference in New Issue