Skip to content

Commit 5006989

Browse files
authored
Merge pull request docker#5982 from gidder/patch-1
add info about arm64 repo
2 parents 3840f1b + dfd43c0 commit 5006989

File tree

1 file changed

+13
-3
lines changed

1 file changed

+13
-3
lines changed

install/linux/docker-ce/debian.md

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Raspbian versions:
3232
- Jessie 8 (LTS) / Raspbian Jessie
3333
- Wheezy 7.7 (LTS)
3434

35-
Docker CE is supported on both `x86_64` (or `amd64`) and `armhf` architectures for Jessie and
35+
Docker CE is supported on `x86_64` (or `amd64`), `armhf`, and `arm64` architectures for Jessie and
3636
Stretch.
3737

3838
### Uninstall old versions
@@ -168,6 +168,7 @@ from the repository.
168168
<ul class="nav nav-tabs">
169169
<li class="active"><a data-toggle="tab" data-target="#x86_64_repo">x86_64 / amd64</a></li>
170170
<li><a data-toggle="tab" data-target="#armhf_repo">armhf</a></li>
171+
<li><a data-toggle="tab" data-target="#arm64_repo">arm64</a></li>
171172
</ul>
172173
<div class="tab-content">
173174
<div id="x86_64_repo" class="tab-pane fade in active" markdown="1">
@@ -188,6 +189,15 @@ from the repository.
188189
sudo tee /etc/apt/sources.list.d/docker.list
189190
```
190191
192+
</div>
193+
<div id="arm64_repo" class="tab-pane fade" markdown="1">
194+
195+
```bash
196+
$ echo "deb [arch=arm64] {{ download-url-base }} \
197+
$(lsb_release -cs) stable" | \
198+
sudo tee /etc/apt/sources.list.d/docker.list
199+
```
200+
191201
</div>
192202
</div> <!-- tab-content -->
193203
@@ -290,8 +300,8 @@ If you cannot use Docker's repository to install Docker CE, you can download the
290300
a new file each time you want to upgrade Docker.
291301

292302
1. Go to `{{ download-url-base }}/dists/`,
293-
choose your Debian version, browse to `pool/stable/`, choose either
294-
`amd64` or `armhf`, and download the `.deb` file for the Docker CE version you
303+
choose your Debian version, browse to `pool/stable/`, choose
304+
`amd64`, `armhf`, or `arm64` and download the `.deb` file for the Docker CE version you
295305
want to install.
296306

297307
> **Note**: To install an **edge** package, change the word

0 commit comments

Comments
 (0)