File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed
content/manuals/engine/install Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -190,8 +190,13 @@ download a new file each time you want to upgrade Docker Engine.
190190 ``` console
191191 $ sudo systemctl start docker
192192 ```
193+ 4 . Make Docker start automatically after reboot.
193194
194- 4 . Verify that the Docker Engine installation is successful by running the
195+ ``` console
196+ $ sudo systemctl enable docker
197+ ```
198+
199+ 5 . Verify that the Docker Engine installation is successful by running the
195200 ` hello-world ` image.
196201
197202 ``` console
@@ -201,6 +206,8 @@ download a new file each time you want to upgrade Docker Engine.
201206 This command downloads a test image and runs it in a container. When the
202207 container runs, it prints a confirmation message and exits.
203208
209+
210+
204211You have now successfully installed and started Docker Engine.
205212
206213{{< include "root-errors.md" >}}
You can’t perform that action at this time.
0 commit comments