Skip to content

Commit db11b30

Browse files
authored
Update ubuntu.md
Using the repository to install docker
1 parent ca93b58 commit db11b30

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

content/manuals/engine/install/ubuntu.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,11 @@ Docker from the repository.
130130
$(. /etc/os-release && echo "$VERSION_CODENAME") stable" | \
131131
sudo tee /etc/apt/sources.list.d/docker.list > /dev/null
132132
sudo apt-get update
133+
134+
sudo apt install apt-transport-https ca-certificates curl software-properties-common
135+
curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add -
136+
sudo add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu `lsb_release -cs` test"
137+
sudo apt-get update
133138
```
134139

135140
> [!NOTE]

0 commit comments

Comments
 (0)