We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents dffb34c + dd8720d commit 7ab983bCopy full SHA for 7ab983b
content/manuals/engine/install/debian.md
@@ -121,6 +121,7 @@ Docker from the repository.
121
URIs: {{% param "download-url-base" %}}
122
Suites: $(. /etc/os-release && echo "$VERSION_CODENAME")
123
Components: stable
124
+ Architectures: $(dpkg --print-architecture)
125
Signed-By: /etc/apt/keyrings/docker.asc
126
EOF
127
content/manuals/engine/install/ubuntu.md
@@ -137,6 +137,7 @@ Docker from the repository.
137
138
Suites: $(. /etc/os-release && echo "${UBUNTU_CODENAME:-$VERSION_CODENAME}")
139
140
141
142
143
0 commit comments