mirror of https://github.com/docker/docs.git
branding changes
Signed-off-by: Dawn W Docker <dawn.wood@users.noreply.github.com>
This commit is contained in:
parent
f4dde18e07
commit
9b6409c806
|
@ -155,7 +155,7 @@ The macOS binary includes the Docker client only. It does not include the
|
|||
|
||||
## Upgrade static binaries
|
||||
|
||||
To upgrade your manual installation of Docker CE, first stop any
|
||||
To upgrade your manual installation of Docker Engine - Community, first stop any
|
||||
`dockerd` or `dockerd.exe` processes running locally, then follow the
|
||||
regular installation steps to install the new version on top of the existing
|
||||
version.
|
||||
|
|
|
@ -27,7 +27,7 @@ To learn more about Docker EE, see
|
|||
|
||||
### OS requirements
|
||||
|
||||
To install Docker CE, you need a maintained version of CentOS 7. Archived
|
||||
To install Docker Engine - Community, you need a maintained version of CentOS 7. Archived
|
||||
versions aren't supported or tested.
|
||||
|
||||
The `centos-extras` repository must be enabled. This repository is enabled by
|
||||
|
@ -57,7 +57,7 @@ It's OK if `yum` reports that none of these packages are installed.
|
|||
The contents of `/var/lib/docker/`, including images, containers, volumes, and
|
||||
networks, are preserved. The Docker Engine - Community package is now called `docker-ce`.
|
||||
|
||||
## Install Docker CE
|
||||
## Install Docker Engine - Community
|
||||
|
||||
You can install Docker Engine - Community in different ways, depending on your needs:
|
||||
|
||||
|
@ -128,7 +128,7 @@ from the repository.
|
|||
>
|
||||
> [Learn about **nightly** and **test** channels](/install/index.md).
|
||||
|
||||
#### Install Docker CE
|
||||
#### Install Docker Engine - Community
|
||||
|
||||
1. Install the _latest version_ of Docker Engine - Community and containerd, or go to the next step to install a specific version:
|
||||
|
||||
|
@ -148,7 +148,7 @@ from the repository.
|
|||
|
||||
Docker is installed but not started. The `docker` group is created, but no users are added to the group.
|
||||
|
||||
2. To install a _specific version_ of Docker CE, list the available versions
|
||||
2. To install a _specific version_ of Docker Engine - Community, list the available versions
|
||||
in the repo, then select and install:
|
||||
|
||||
a. List and sort the versions available in your repo. This example sorts
|
||||
|
@ -198,16 +198,16 @@ commands. Continue to [Linux postinstall](/install/linux/linux-postinstall.md) t
|
|||
non-privileged users to run Docker commands and for other optional configuration
|
||||
steps.
|
||||
|
||||
#### Upgrade Docker CE
|
||||
#### Upgrade Docker Engine - Community
|
||||
|
||||
To upgrade Docker CE, follow the [installation instructions](#install-docker-ce),
|
||||
To upgrade Docker Engine - Community, follow the [installation instructions](#install-docker-ce),
|
||||
choosing the new version you want to install.
|
||||
|
||||
### Install from a package
|
||||
|
||||
If you cannot use Docker's repository to install Docker, you can download the
|
||||
`.rpm` file for your release and install it manually. You need to download
|
||||
a new file each time you want to upgrade Docker CE.
|
||||
a new file each time you want to upgrade Docker Engine - Community.
|
||||
|
||||
1. Go to
|
||||
[{{ download-url-base }}/7/x86_64/stable/Packages/]({{ download-url-base }}/7/x86_64/stable/Packages/)
|
||||
|
@ -217,7 +217,7 @@ a new file each time you want to upgrade Docker CE.
|
|||
> change the word `stable` in the above URL to `nightly` or `test`.
|
||||
> [Learn about **nightly** and **test** channels](/install/index.md).
|
||||
|
||||
2. Install Docker CE, changing the path below to the path where you downloaded
|
||||
2. Install Docker Engine - Community, changing the path below to the path where you downloaded
|
||||
the Docker package.
|
||||
|
||||
```bash
|
||||
|
@ -248,15 +248,15 @@ Continue to [Post-installation steps for Linux](/install/linux/linux-postinstall
|
|||
non-privileged users to run Docker commands and for other optional configuration
|
||||
steps.
|
||||
|
||||
#### Upgrade Docker CE
|
||||
#### Upgrade Docker Engine - Community
|
||||
|
||||
To upgrade Docker CE, download the newer package file and repeat the
|
||||
To upgrade Docker Engine - Community, download the newer package file and repeat the
|
||||
[installation procedure](#install-from-a-package), using `yum -y upgrade`
|
||||
instead of `yum -y install`, and pointing to the new file.
|
||||
|
||||
{% include install-script.md %}
|
||||
|
||||
## Uninstall Docker CE
|
||||
## Uninstall Docker Engine - Community
|
||||
|
||||
1. Uninstall the Docker package:
|
||||
|
||||
|
|
|
@ -24,7 +24,7 @@ and distributions for different Docker editions, see
|
|||
|
||||
### OS requirements
|
||||
|
||||
To install Docker CE, you need the 64-bit version of one of these Debian or
|
||||
To install Docker Engine - Community, you need the 64-bit version of one of these Debian or
|
||||
Raspbian versions:
|
||||
|
||||
- Buster 10
|
||||
|
@ -46,7 +46,7 @@ It's OK if `apt-get` reports that none of these packages are installed.
|
|||
The contents of `/var/lib/docker/`, including images, containers, volumes, and
|
||||
networks, are preserved. The Docker Engine - Community package is now called `docker-ce`.
|
||||
|
||||
## Install Docker CE
|
||||
## Install Docker Engine - Community
|
||||
|
||||
You can install Docker Engine - Community in different ways, depending on your needs:
|
||||
|
||||
|
@ -164,7 +164,7 @@ from the repository.
|
|||
</div>
|
||||
</div> <!-- tab-content -->
|
||||
|
||||
#### Install Docker CE
|
||||
#### Install Docker Engine - Community
|
||||
|
||||
> **Note**: This procedure works for Debian on `x86_64` / `amd64`, Debian ARM,
|
||||
> or Raspbian.
|
||||
|
@ -188,7 +188,7 @@ from the repository.
|
|||
> `apt-get update` command always installs the highest possible version,
|
||||
> which may not be appropriate for your stability needs.
|
||||
|
||||
3. To install a _specific version_ of Docker CE, list the available versions in the repo, then select and install:
|
||||
3. To install a _specific version_ of Docker Engine - Community, list the available versions in the repo, then select and install:
|
||||
|
||||
a. List the versions available in your repo:
|
||||
|
||||
|
@ -225,15 +225,15 @@ Continue to [Linux postinstall](/install/linux/linux-postinstall.md) to allow
|
|||
non-privileged users to run Docker commands and for other optional configuration
|
||||
steps.
|
||||
|
||||
#### Upgrade Docker CE
|
||||
#### Upgrade Docker Engine - Community
|
||||
|
||||
To upgrade Docker CE, first run `sudo apt-get update`, then follow the
|
||||
To upgrade Docker Engine - Community, first run `sudo apt-get update`, then follow the
|
||||
[installation instructions](#install-docker-ce), choosing the new version you want
|
||||
to install.
|
||||
|
||||
### Install from a package
|
||||
|
||||
If you cannot use Docker's repository to install Docker CE, you can download the
|
||||
If you cannot use Docker's repository to install Docker Engine - Community, you can download the
|
||||
`.deb` file for your release and install it manually. You need to download
|
||||
a new file each time you want to upgrade Docker.
|
||||
|
||||
|
@ -246,7 +246,7 @@ a new file each time you want to upgrade Docker.
|
|||
> `stable` in the URL to `nightly`.
|
||||
> [Learn about **nightly** and **test** channels](/install/index.md).
|
||||
|
||||
2. Install Docker CE, changing the path below to the path where you downloaded
|
||||
2. Install Docker Engine - Community, changing the path below to the path where you downloaded
|
||||
the Docker package.
|
||||
|
||||
```bash
|
||||
|
@ -271,14 +271,14 @@ Continue to [Post-installation steps for Linux](/install/linux/linux-postinstall
|
|||
to allow non-privileged users to run Docker commands and for other optional
|
||||
configuration steps.
|
||||
|
||||
#### Upgrade Docker CE
|
||||
#### Upgrade Docker Engine - Community
|
||||
|
||||
To upgrade Docker CE, download the newer package file and repeat the
|
||||
To upgrade Docker Engine - Community, download the newer package file and repeat the
|
||||
[installation procedure](#install-from-a-package), pointing to the new file.
|
||||
|
||||
{% include install-script.md %}
|
||||
|
||||
## Uninstall Docker CE
|
||||
## Uninstall Docker Engine - Community
|
||||
|
||||
1. Uninstall the Docker Engine - Community package:
|
||||
|
||||
|
|
|
@ -51,7 +51,7 @@ It's OK if `dnf` reports that none of these packages are installed.
|
|||
The contents of `/var/lib/docker/`, including images, containers, volumes, and
|
||||
networks, are preserved. The Docker Engine - Community package is now called `docker-ce`.
|
||||
|
||||
## Install Docker CE
|
||||
## Install Docker Engine - Community
|
||||
|
||||
You can install Docker Engine - Community in different ways, depending on your needs:
|
||||
|
||||
|
@ -120,7 +120,7 @@ from the repository.
|
|||
>
|
||||
> [Learn about **nightly** and **test** channels](/install/index.md).
|
||||
|
||||
#### Install Docker CE
|
||||
#### Install Docker Engine - Community
|
||||
|
||||
1. Install the _latest version_ of Docker Engine - Community and containerd, or go to the next step to install a specific version:
|
||||
|
||||
|
@ -140,7 +140,7 @@ from the repository.
|
|||
|
||||
Docker is installed but not started. The `docker` group is created, but no users are added to the group.
|
||||
|
||||
2. To install a _specific version_ of Docker CE, list the available versions
|
||||
2. To install a _specific version_ of Docker Engine - Community, list the available versions
|
||||
in the repo, then select and install:
|
||||
|
||||
a. List and sort the versions available in your repo. This example sorts
|
||||
|
@ -190,16 +190,16 @@ commands. Continue to [Linux postinstall](/install/linux/linux-postinstall.md) t
|
|||
non-privileged users to run Docker commands and for other optional configuration
|
||||
steps.
|
||||
|
||||
#### Upgrade Docker CE
|
||||
#### Upgrade Docker Engine - Community
|
||||
|
||||
To upgrade Docker CE, follow the [installation instructions](#install-docker-ce),
|
||||
To upgrade Docker Engine - Community, follow the [installation instructions](#install-docker-ce),
|
||||
choosing the new version you want to install.
|
||||
|
||||
### Install from a package
|
||||
|
||||
If you cannot use Docker's repository to install Docker, you can download the
|
||||
`.rpm` file for your release and install it manually. You need to download
|
||||
a new file each time you want to upgrade Docker CE.
|
||||
a new file each time you want to upgrade Docker Engine - Community.
|
||||
|
||||
1. Go to [{{ download-url-base }}/]({{ download-url-base }}/) and choose your
|
||||
version of Fedora. Go to `x86_64/stable/Packages/`
|
||||
|
@ -209,7 +209,7 @@ a new file each time you want to upgrade Docker CE.
|
|||
> change the word `stable` in the above URL to `nightly` or `test`.
|
||||
> [Learn about **nightly** and **test** channels](/install/index.md).
|
||||
|
||||
2. Install Docker CE, changing the path below to the path where you downloaded
|
||||
2. Install Docker Engine - Community, changing the path below to the path where you downloaded
|
||||
the Docker package.
|
||||
|
||||
```bash
|
||||
|
@ -237,15 +237,15 @@ Continue to [Post-installation steps for Linux](/install/linux/linux-postinstall
|
|||
non-privileged users to run Docker commands and for other optional configuration
|
||||
steps.
|
||||
|
||||
#### Upgrade Docker CE
|
||||
#### Upgrade Docker Engine - Community
|
||||
|
||||
To upgrade Docker CE, download the newer package file and repeat the
|
||||
To upgrade Docker Engine - Community, download the newer package file and repeat the
|
||||
[installation procedure](#install-from-a-package), using `dnf -y upgrade`
|
||||
instead of `dnf -y install`, and pointing to the new file.
|
||||
|
||||
{% include install-script.md %}
|
||||
|
||||
## Uninstall Docker CE
|
||||
## Uninstall Docker Engine - Community
|
||||
|
||||
1. Uninstall the Docker package:
|
||||
|
||||
|
|
|
@ -29,7 +29,7 @@ To learn more about Docker EE, see
|
|||
|
||||
### OS requirements
|
||||
|
||||
To install Docker CE, you need the 64-bit version of one of these Ubuntu
|
||||
To install Docker Engine - Community, you need the 64-bit version of one of these Ubuntu
|
||||
versions:
|
||||
|
||||
- Cosmic 18.10
|
||||
|
@ -64,7 +64,7 @@ is supported and preferred over `aufs`. Docker Engine - Community uses the `over
|
|||
storage driver by default. If you need to use `aufs` instead, you need to
|
||||
configure it manually. See [aufs](/engine/userguide/storagedriver/aufs-driver.md)
|
||||
|
||||
## Install Docker CE
|
||||
## Install Docker Engine - Community
|
||||
|
||||
You can install Docker Engine - Community in different ways, depending on your needs:
|
||||
|
||||
|
@ -199,7 +199,7 @@ from the repository.
|
|||
</div>
|
||||
</div> <!-- tab-content -->
|
||||
|
||||
#### Install Docker CE
|
||||
#### Install Docker Engine - Community
|
||||
|
||||
1. Update the `apt` package index.
|
||||
|
||||
|
@ -220,7 +220,7 @@ from the repository.
|
|||
> `apt-get update` command always installs the highest possible version,
|
||||
> which may not be appropriate for your stability needs.
|
||||
|
||||
3. To install a _specific version_ of Docker CE, list the available versions in the repo, then select and install:
|
||||
3. To install a _specific version_ of Docker Engine - Community, list the available versions in the repo, then select and install:
|
||||
|
||||
a. List the versions available in your repo:
|
||||
|
||||
|
@ -257,15 +257,15 @@ Continue to [Linux postinstall](/install/linux/linux-postinstall.md) to allow
|
|||
non-privileged users to run Docker commands and for other optional configuration
|
||||
steps.
|
||||
|
||||
#### Upgrade Docker CE
|
||||
#### Upgrade Docker Engine - Community
|
||||
|
||||
To upgrade Docker CE, first run `sudo apt-get update`, then follow the
|
||||
To upgrade Docker Engine - Community, first run `sudo apt-get update`, then follow the
|
||||
[installation instructions](#install-docker-ce), choosing the new version you want
|
||||
to install.
|
||||
|
||||
### Install from a package
|
||||
|
||||
If you cannot use Docker's repository to install Docker CE, you can download the
|
||||
If you cannot use Docker's repository to install Docker Engine - Community, you can download the
|
||||
`.deb` file for your release and install it manually. You need to download
|
||||
a new file each time you want to upgrade Docker.
|
||||
|
||||
|
@ -278,7 +278,7 @@ a new file each time you want to upgrade Docker.
|
|||
> `stable` in the URL to `nightly`.
|
||||
> [Learn about **nightly** and **test** channels](/install/index.md).
|
||||
|
||||
2. Install Docker CE, changing the path below to the path where you downloaded
|
||||
2. Install Docker Engine - Community, changing the path below to the path where you downloaded
|
||||
the Docker package.
|
||||
|
||||
```bash
|
||||
|
@ -303,14 +303,14 @@ Continue to [Post-installation steps for Linux](/install/linux/linux-postinstall
|
|||
to allow non-privileged users to run Docker commands and for other optional
|
||||
configuration steps.
|
||||
|
||||
#### Upgrade Docker CE
|
||||
#### Upgrade Docker Engine - Community
|
||||
|
||||
To upgrade Docker CE, download the newer package file and repeat the
|
||||
To upgrade Docker Engine - Community, download the newer package file and repeat the
|
||||
[installation procedure](#install-from-a-package), pointing to the new file.
|
||||
|
||||
{% include install-script.md %}
|
||||
|
||||
## Uninstall Docker CE
|
||||
## Uninstall Docker Engine - Community
|
||||
|
||||
1. Uninstall the Docker Engine - Community package:
|
||||
|
||||
|
|
|
@ -9,7 +9,7 @@ redirect_from:
|
|||
AUFS is a *union filesystem*. The `aufs` storage driver was previously the default
|
||||
storage driver used for managing images and layers on Docker for Ubuntu, and for
|
||||
Debian versions prior to Stretch. If your Linux kernel is version 4.0 or higher,
|
||||
and you use Docker CE, consider using the newer
|
||||
and you use Docker Engine - Community, consider using the newer
|
||||
[overlay2](overlayfs-driver.md){: target="_blank" class="_" }, which has
|
||||
potential performance advantages over the `aufs` storage driver.
|
||||
|
||||
|
@ -20,7 +20,7 @@ potential performance advantages over the `aufs` storage driver.
|
|||
|
||||
## Prerequisites
|
||||
|
||||
- For Docker CE, AUFS is supported on Ubuntu, and on Debian versions prior to
|
||||
- For Docker Engine - Community, AUFS is supported on Ubuntu, and on Debian versions prior to
|
||||
Stretch.
|
||||
- For Docker EE, AUFS is supported on Ubuntu.
|
||||
- If you use Ubuntu, you need to
|
||||
|
|
|
@ -25,7 +25,7 @@ Btrfs Filesystem as Btrfs.
|
|||
|
||||
`btrfs` is supported if you meet the following prerequisites:
|
||||
|
||||
- **Docker CE**: For Docker CE, `btrfs` is only recommended on Ubuntu or Debian.
|
||||
- **Docker Engine - Community**: For Docker Engine - Community, `btrfs` is only recommended on Ubuntu or Debian.
|
||||
|
||||
- **Docker EE**: For Docker EE and CS-Engine, `btrfs` is only supported on SLES.
|
||||
See the
|
||||
|
|
|
@ -25,7 +25,7 @@ storage driver as `overlay` or `overlay2`.
|
|||
|
||||
OverlayFS is supported if you meet the following prerequisites:
|
||||
|
||||
- The `overlay2` driver is supported on Docker CE, and Docker EE 17.06.02-ee5 and
|
||||
- The `overlay2` driver is supported on Docker Engine - Community, and Docker EE 17.06.02-ee5 and
|
||||
up, and is the recommended storage driver.
|
||||
- Version 4.0 or higher of the Linux kernel, or RHEL or CentOS using
|
||||
version 3.10.0-514 of the kernel or higher. If you use an older kernel, you need
|
||||
|
|
Loading…
Reference in New Issue