Skip to content

Commit b109743

Browse files
committed
engine/install/ubuntu: update instructions to match debian variant
Incorporate the changes made in the debian variant from; - 6d8b081 - 37ae672 Signed-off-by: Sebastiaan van Stijn <[email protected]>
1 parent 6d8b081 commit b109743

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

engine/install/ubuntu.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ Docker from the repository.
9595
2. Add Docker's official GPG key:
9696

9797
```console
98-
$ sudo mkdir -p /etc/apt/keyrings
98+
$ sudo mkdir -m 0755 -p /etc/apt/keyrings
9999
$ curl -fsSL {{ download-url-base }}/gpg | sudo gpg --dearmor -o /etc/apt/keyrings/docker.gpg
100100
```
101101

@@ -232,6 +232,7 @@ download a new file each time you want to upgrade Docker Engine.
232232
`hello-world` image:
233233

234234
```console
235+
$ sudo service docker start
235236
$ sudo docker run hello-world
236237
```
237238

0 commit comments

Comments
 (0)