@@ -30,11 +30,16 @@ To learn more about Docker EE, see
30
30
To install Docker CE, you need the 64-bit version of one of these Ubuntu
31
31
versions:
32
32
33
+ - Zesty 17.04 (LTS)
33
34
- Yakkety 16.10
34
35
- Xenial 16.04 (LTS)
35
36
- Trusty 14.04 (LTS)
36
37
37
- Docker CE is supported on both ` x86_64 ` and ` armhf ` architectures.
38
+ Docker CE is supported on Ubuntu on ` x86_64 ` , ` armhf ` , and ` s390x ` (IBM z
39
+ Systems) architectures.
40
+
41
+ > ** ` s390x ` limitations** : System Z is only supported on Ubuntu Xenial,
42
+ > Yakkety, and Zesty.
38
43
39
44
### Uninstall old versions
40
45
@@ -106,7 +111,7 @@ the repository.
106
111
software-properties-common
107
112
` ` `
108
113
109
- 2 . Add Docker' s official GPG key:
114
+ 3 . Add Docker' s official GPG key:
110
115
111
116
```bash
112
117
$ curl -fsSL {{ download-url-base }}/gpg | sudo apt-key add -
@@ -123,7 +128,7 @@ the repository.
123
128
sub 4096R/F273FCD8 2017-02-22
124
129
```
125
130
126
- 3 . Use the following command to set up the **stable** repository. You always
131
+ 4 . Use the following command to set up the **stable** repository. You always
127
132
need the **stable** repository, even if you want to install **edge** builds
128
133
as well.
129
134
@@ -153,6 +158,16 @@ the repository.
153
158
stable"
154
159
```
155
160
161
+ **s390x**:
162
+
163
+ ```bash
164
+ $ sudo add-apt-repository \
165
+ "deb [arch=s390x] {{ download-url-base }} \
166
+ $(lsb_release -cs) \
167
+ stable"
168
+ ```
169
+
170
+
156
171
[Learn about **stable** and **edge** channels](/engine/installation/).
157
172
158
173
@@ -229,10 +244,10 @@ If you cannot use Docker's repository to install Docker CE, you can download the
229
244
` .deb` file for your release and install it manually. You will need to download
230
245
a new file each time you want to upgrade Docker CE.
231
246
232
- 1. Go to [{{ download-url-base }}/dists/]({{ download-url-base }}/dists/), choose your
233
- Ubuntu version, browse to ` pool/stable/` , choose either ` amd64` or
234
- ` armhf` ,and download the ` .deb` file for the Docker version you want to
235
- install and for your version of Ubuntu.
247
+ 1. Go to [{{ download-url-base }}/dists/]({{ download-url-base }}/dists/),
248
+ choose your Ubuntu version, browse to ` pool/stable/` and choose ` amd64` ,
249
+ ` armhf` , or ` s390x ` . Download the ` .deb` file for the Docker version you
250
+ want to install and for your version of Ubuntu.
236
251
237
252
> ** Note** : To install an ** edge** package, change the word
238
253
> ` stable` in the URL to ` edge` .
0 commit comments