mirror of https://github.com/docker/docs.git
engine: louder notice about sles being s390x only
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
This commit is contained in:
parent
bdfd68c70e
commit
c4a09ff93e
|
@ -3,7 +3,7 @@ description: Learn how to install Docker Engine on SLES. These instructions cove
|
|||
the different installation methods, how to uninstall, and next steps.
|
||||
keywords: requirements, apt, installation, install docker engine, centos, rpm, sles, install, uninstall,
|
||||
upgrade, update, s390x, ibm-z
|
||||
title: Install Docker Engine on SLES
|
||||
title: Install Docker Engine on SLES (s390x)
|
||||
toc_max: 4
|
||||
aliases:
|
||||
- /ee/docker-ee/sles/
|
||||
|
@ -24,17 +24,19 @@ aliases:
|
|||
download-url-base: https://download.docker.com/linux/sles
|
||||
---
|
||||
|
||||
> **Note**
|
||||
>
|
||||
> The installation instructions on this page refer to packages for SLES on the
|
||||
> **s390x** architecture (IBM Z). Other architectures, including x86_64, aren't
|
||||
> supported for SLES.
|
||||
{ .warning }
|
||||
|
||||
To get started with Docker Engine on SLES, make sure you
|
||||
[meet the prerequisites](#prerequisites), and then follow the
|
||||
[installation steps](#installation-methods).
|
||||
|
||||
## Prerequisites
|
||||
|
||||
> **Note**
|
||||
>
|
||||
> We currently only provide packages for SLES on s390x (IBM Z). Other architectures
|
||||
> are not yet supported for SLES.
|
||||
|
||||
### OS requirements
|
||||
|
||||
To install Docker Engine, you need a maintained version of one of the following
|
||||
|
|
Loading…
Reference in New Issue