Install (original) (raw)

This section describes how to install Docker Engine on Linux, also known as Docker CE. Docker Engine is also available for Windows, macOS, and Linux, through Docker Desktop. For instructions on how to install Docker Desktop, see:

Platform x86_64 / amd64 arm64 / aarch64 arm (32-bit) ppc64le s390x
CentOS
Debian
Fedora
Raspberry Pi OS (32-bit)
RHEL 🚧 🚧
SLES
Ubuntu
Binaries

🚧 = Experimental

Other Linux distros

Note

While the following instructions may work, Docker doesn't test or verify installation on distro derivatives.

Docker providesbinaries for manual installation of Docker Engine. These binaries are statically linked and you can use them on any Linux distro.

Docker Engine has two types of update channels, stable and test:

Use the test channel with caution. Pre-release versions include experimental and early-access features that are subject to breaking changes.

Docker Engine is an open source project, supported by the Moby project maintainers and community members. Docker doesn't provide support for Docker Engine. Docker provides support for Docker products, including Docker Desktop, which uses Docker Engine as one of its components.

For information about the open source project, refer to theMoby project website.

Upgrade path

Patch releases are always backward compatible with its major and minor version.

Licensing

Docker Engine is licensed under the Apache License, Version 2.0. SeeLICENSE for the full license text.

If you discover a security issue, we request that you bring it to our attention immediately.

DO NOT file a public issue. Instead, submit your report privately tosecurity@docker.com.

Security reports are greatly appreciated, and Docker will publicly thank you for it.

After setting up Docker, you can learn the basics withGetting started with Docker.