@@ -32,7 +32,7 @@ Raspbian versions:
32
32
- Jessie 8 (LTS) / Raspbian Jessie
33
33
- Wheezy 7.7 (LTS)
34
34
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
36
36
Stretch.
37
37
38
38
### Uninstall old versions
@@ -168,6 +168,7 @@ from the repository.
168
168
<ul class="nav nav-tabs">
169
169
<li class="active"><a data-toggle="tab" data-target="#x86_64_repo">x86_64 / amd64</a></li>
170
170
<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>
171
172
</ul>
172
173
<div class="tab-content">
173
174
<div id="x86_64_repo" class="tab-pane fade in active" markdown="1">
@@ -188,6 +189,15 @@ from the repository.
188
189
sudo tee /etc/apt/sources.list.d/docker.list
189
190
```
190
191
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
+
191
201
</div>
192
202
</div> <!-- tab-content -->
193
203
@@ -290,8 +300,8 @@ If you cannot use Docker's repository to install Docker CE, you can download the
290
300
a new file each time you want to upgrade Docker.
291
301
292
302
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
295
305
want to install.
296
306
297
307
> ** Note** : To install an ** edge** package, change the word
0 commit comments