Skip to content

Commit

Permalink
Update docker install command (#312)
Browse files Browse the repository at this point in the history
Update example/z-docker-esy Docker install command
  • Loading branch information
renatillas authored Dec 26, 2023
1 parent f96c812 commit e513b8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/z-docker-esy/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ $ ssh root@my-droplet
[Install Docker](https://www.digitalocean.com/community/tutorials/how-to-install-and-use-docker-on-ubuntu-20-04):

```
$ curl -fsSL https://download.docker.com/linux/ubuntu/gpg | apt-key add -
$ curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo gpg --dearmor -o /etc/apt/trusted.gpg.d/docker.gpg
$ add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu focal stable"
$ apt update
$ apt install docker-ce -y
Expand Down

0 comments on commit e513b8a

Please sign in to comment.