We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca93b58 commit db11b30Copy full SHA for db11b30
content/manuals/engine/install/ubuntu.md
@@ -130,6 +130,11 @@ Docker from the repository.
130
$(. /etc/os-release && echo "$VERSION_CODENAME") stable" | \
131
sudo tee /etc/apt/sources.list.d/docker.list > /dev/null
132
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
138
```
139
140
> [!NOTE]
0 commit comments