File tree Expand file tree Collapse file tree 3 files changed +12
-16
lines changed Expand file tree Collapse file tree 3 files changed +12
-16
lines changed Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ and architectures:
65
65
| [ Fedora] ( fedora.md ) | [ {{ yes }}] ( fedora.md ) | [ {{ yes }}] ( fedora.md ) | | |
66
66
| [ Raspbian] ( debian.md ) | | | [ {{ yes }}] ( raspbian.md ) | |
67
67
| [ RHEL] ( rhel.md ) | | | | [ {{ yes }}] ( rhel.md ) |
68
- | [ SLES] ( sles.md ) | | | | [ {{ yes }} ] ( sles.md ) |
68
+ | [ SLES] ( sles.md ) | | | | [ no longer supported ] ( sles.md ) |
69
69
| [ Ubuntu] ( ubuntu.md ) | [ {{ yes }}] ( ubuntu.md ) | [ {{ yes }}] ( ubuntu.md ) | [ {{ yes }}] ( ubuntu.md ) | [ {{ yes }}] ( ubuntu.md ) |
70
70
| [ Binaries] ( binaries.md ) | [ {{yes}}] ( binaries.md ) | [ {{yes}}] ( binaries.md ) | [ {{yes}}] ( binaries.md ) | |
71
71
Original file line number Diff line number Diff line change @@ -21,21 +21,16 @@ title: Install Docker Engine on SLES
21
21
toc_max : 4
22
22
---
23
23
24
- To get started with Docker Engine on SLES, make sure you
25
- [ meet the prerequisites] ( #prerequisites ) , and then follow the
26
- [ installation steps] ( #installation-methods ) .
27
-
28
- ## Prerequisites
29
-
30
- > ** Note**
24
+ > ** Important**
31
25
>
32
- > We currently only provide packages for SLES on s390x (IBM Z). Other architectures
33
- > are not yet supported for SLES .
26
+ > Docker Engine is no longer available for SLES on s390x (IBM Z) architecture.
27
+ > IBM has discontinued building Docker packages for this platform as of 2025 .
34
28
35
- ### OS requirements
29
+ ## Docker Engine availability
36
30
37
- To install Docker Engine, you need a maintained version of one of the following
38
- SLES versions:
31
+ Docker Engine packages for SLES on s390x (IBM Z) architecture are no longer
32
+ available. This affects all SLES versions that were previously supported,
33
+ including:
39
34
40
35
- SLES 15-SP3 on s390x (IBM Z)
41
36
- SLES 15-SP4 on s390x (IBM Z)
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ testuser:231072:65536
51
51
<li class =" active " ><a data-toggle =" tab " data-target =" #hint-ubuntu " >Ubuntu</a ></li >
52
52
<li ><a data-toggle =" tab " data-target =" #hint-debian " >Debian GNU/Linux</a ></li >
53
53
<li ><a data-toggle =" tab " data-target =" #hint-arch " >Arch Linux</a ></li >
54
- <li ><a data-toggle =" tab " data-target =" #hint-opensuse-sles " >openSUSE and SLES </a ></li >
54
+ <li ><a data-toggle =" tab " data-target =" #hint-opensuse " >openSUSE</a ></li >
55
55
<li ><a data-toggle =" tab " data-target =" #hint-centos8-rhel8-fedora " >CentOS 8, RHEL 8 and Fedora</a ></li >
56
56
<li ><a data-toggle =" tab " data-target =" #hint-centos7-rhel7 " >CentOS 7 and RHEL 7</a ></li >
57
57
</ul >
@@ -90,13 +90,14 @@ testuser:231072:65536
90
90
- Add ` kernel.unprivileged_userns_clone=1 ` to ` /etc/sysctl.conf ` (or
91
91
` /etc/sysctl.d ` ) and run ` sudo sysctl --system `
92
92
</div >
93
- <div id =" hint-opensuse-sles " class =" tab-pane fade in " markdown =" 1 " >
93
+ <div id =" hint-opensuse " class =" tab-pane fade in " markdown =" 1 " >
94
94
- Installing ` fuse-overlayfs ` is recommended. Run ` sudo zypper install -y fuse-overlayfs ` .
95
95
96
96
- ` sudo modprobe ip_tables iptable_mangle iptable_nat iptable_filter ` is required.
97
97
This might be required on other distros as well depending on the configuration.
98
98
99
- - Known to work on openSUSE 15 and SLES 15.
99
+ - Known to work on openSUSE 15.
100
+
100
101
</div >
101
102
<div id =" hint-centos8-rhel8-fedora " class =" tab-pane fade in " markdown =" 1 " >
102
103
- Installing ` fuse-overlayfs ` is recommended. Run ` sudo dnf install -y fuse-overlayfs ` .
You can’t perform that action at this time.
0 commit comments