engine: add docker-buildx-plugin package in linux distro install

Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
CrazyMax 2023-02-06 15:33:54 +01:00
parent d96fd819f1
commit 72d3016e81
No known key found for this signature in database
GPG Key ID: 3248E46B6BB8C7F7
6 changed files with 22 additions and 18 deletions

View File

@ -108,7 +108,7 @@ $ sudo yum-config-manager \
To install the latest version, run:
```console
$ sudo yum install docker-ce docker-ce-cli containerd.io docker-compose-plugin
$ sudo yum install docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin
```
If prompted to accept the GPG key, verify that the fingerprint matches
@ -142,7 +142,7 @@ $ sudo yum-config-manager \
Replace `<VERSION_STRING>` with the desired version and then run the following command to install:
```console
$ sudo yum install docker-ce-<VERSION_STRING> docker-ce-cli-<VERSION_STRING> containerd.io docker-compose-plugin
$ sudo yum install docker-ce-<VERSION_STRING> docker-ce-cli-<VERSION_STRING> containerd.io docker-buildx-plugin docker-compose-plugin
```
This command installs Docker, but it doesn't start Docker. It also creates a
@ -225,7 +225,7 @@ instead of `yum -y install`, and point to the new file.
1. Uninstall the Docker Engine, CLI, containerd, and Docker Compose packages:
```console
$ sudo yum remove docker-ce docker-ce-cli containerd.io docker-compose-plugin docker-ce-rootless-extras
$ sudo yum remove docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin docker-ce-rootless-extras
```
2. Images, containers, volumes, or customized configuration files on your host

View File

@ -144,7 +144,7 @@ Raspbian.
To install the latest version, run:
```console
$ sudo apt-get install docker-ce docker-ce-cli containerd.io docker-compose-plugin
$ sudo apt-get install docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin
```
</div>
@ -167,7 +167,7 @@ Raspbian.
```console
$ VERSION_STRING=5:18.09.0~3-0~debian-stretch
$ sudo apt-get install docker-ce=$VERSION_STRING docker-ce-cli=$VERSION_STRING containerd.io docker-compose-plugin
$ sudo apt-get install docker-ce=$VERSION_STRING docker-ce-cli=$VERSION_STRING containerd.io docker-buildx-plugin docker-compose-plugin
```
</div>
@ -216,6 +216,7 @@ download a new file each time you want to upgrade Docker Engine.
- `containerd.io_<version>_<arch>.deb`
- `docker-ce_<version>_<arch>.deb`
- `docker-ce-cli_<version>_<arch>.deb`
- `docker-buildx-plugin_<version>_<arch>.deb`
- `docker-compose-plugin_<version>_<arch>.deb`
5. Install the `.deb` packages. Update the paths in the following example to
@ -225,6 +226,7 @@ download a new file each time you want to upgrade Docker Engine.
$ sudo dpkg -i ./containerd.io_<version>_<arch>.deb \
./docker-ce_<version>_<arch>.deb \
./docker-ce-cli_<version>_<arch>.deb \
./docker-buildx-plugin_<version>_<arch>.deb \
./docker-compose-plugin_<version>_<arch>.deb
```
@ -259,7 +261,7 @@ To upgrade Docker Engine, download the newer package file and repeat the
1. Uninstall the Docker Engine, CLI, containerd, and Docker Compose packages:
```console
$ sudo apt-get purge docker-ce docker-ce-cli containerd.io docker-compose-plugin docker-ce-rootless-extras
$ sudo apt-get purge docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin docker-ce-rootless-extras
```
2. Images, containers, volumes, or custom configuration files on your host

View File

@ -90,7 +90,7 @@ $ sudo dnf config-manager \
or go to the next step to install a specific version:
```console
$ sudo dnf install docker-ce docker-ce-cli containerd.io docker-compose-plugin
$ sudo dnf install docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin
```
If prompted to accept the GPG key, verify that the fingerprint matches
@ -123,7 +123,7 @@ $ sudo dnf config-manager \
`docker-ce-3:18.09.1`.
```console
$ sudo dnf -y install docker-ce-<VERSION_STRING> docker-ce-cli-<VERSION_STRING> containerd.io docker-compose-plugin
$ sudo dnf -y install docker-ce-<VERSION_STRING> docker-ce-cli-<VERSION_STRING> containerd.io docker-buildx-plugin docker-compose-plugin
```
This command installs Docker, but it doesn't start Docker. It also creates a
@ -209,7 +209,7 @@ instead of `dnf -y install`, and point to the new file.
1. Uninstall the Docker Engine, CLI, Containerd, and Docker Compose packages:
```console
$ sudo dnf remove docker-ce docker-ce-cli containerd.io docker-compose-plugin docker-ce-rootless-extras
$ sudo dnf remove docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin docker-ce-rootless-extras
```
2. Images, containers, volumes, or customized configuration files on your host

View File

@ -101,7 +101,7 @@ $ sudo yum-config-manager \
or go to the next step to install a specific version:
```console
$ sudo yum install docker-ce docker-ce-cli containerd.io docker-compose-plugin
$ sudo yum install docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin
```
If prompted to accept the GPG key, verify that the fingerprint matches
@ -133,7 +133,7 @@ $ sudo yum-config-manager \
a hyphen (`-`). For example, `docker-ce-20.10.7`.
```console
$ sudo yum install docker-ce-<VERSION_STRING> docker-ce-cli-<VERSION_STRING> containerd.io docker-compose-plugin
$ sudo yum install docker-ce-<VERSION_STRING> docker-ce-cli-<VERSION_STRING> containerd.io docker-buildx-plugin docker-compose-plugin
```
This command installs Docker, but it doesn't start Docker. It also creates a
@ -219,7 +219,7 @@ instead of `yum -y install`, and point to the new file.
1. Uninstall the Docker Engine, CLI, Containerd, and Docker Compose packages:
```console
$ sudo yum remove docker-ce docker-ce-cli containerd.io docker-compose-plugin docker-ce-rootless-extras
$ sudo yum remove docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin docker-ce-rootless-extras
```
2. Images, containers, volumes, or customized configuration files on your host

View File

@ -121,7 +121,7 @@ $ sudo zypper addrepo {{ download-url-base }}/docker-ce.repo
or go to the next step to install a specific version:
```console
$ sudo zypper install docker-ce docker-ce-cli containerd.io docker-compose-plugin
$ sudo zypper install docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin
```
If prompted to accept the GPG key, verify that the fingerprint matches
@ -151,7 +151,7 @@ $ sudo zypper addrepo {{ download-url-base }}/docker-ce.repo
separated by a hyphen (`-`). For example, `docker-ce-3:20.10.8`.
```console
$ sudo zypper install docker-ce-<VERSION_STRING> docker-ce-cli-<VERSION_STRING> containerd.io docker-compose-plugin
$ sudo zypper install docker-ce-<VERSION_STRING> docker-ce-cli-<VERSION_STRING> containerd.io docker-buildx-plugin docker-compose-plugin
```
This command installs Docker, but it doesn't start Docker. It also creates a
@ -237,7 +237,7 @@ instead of `zypper -y install`, and point to the new file.
1. Uninstall the Docker Engine, CLI, Containerd, and Docker Compose packages:
```console
$ sudo zypper remove docker-ce docker-ce-cli containerd.io docker-compose-plugin docker-ce-rootless-extras
$ sudo zypper remove docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin docker-ce-rootless-extras
```
2. Images, containers, volumes, or customized configuration files on your host

View File

@ -140,7 +140,7 @@ Docker from the repository.
To install the latest version, run:
```console
$ sudo apt-get install docker-ce docker-ce-cli containerd.io docker-compose-plugin
$ sudo apt-get install docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin
```
</div>
@ -163,7 +163,7 @@ Docker from the repository.
```console
$ VERSION_STRING=5:20.10.13~3-0~ubuntu-jammy
$ sudo apt-get install docker-ce=$VERSION_STRING docker-ce-cli=$VERSION_STRING containerd.io docker-compose-plugin
$ sudo apt-get install docker-ce=$VERSION_STRING docker-ce-cli=$VERSION_STRING containerd.io docker-buildx-plugin docker-compose-plugin
```
</div>
@ -212,6 +212,7 @@ download a new file each time you want to upgrade Docker Engine.
- `containerd.io_<version>_<arch>.deb`
- `docker-ce_<version>_<arch>.deb`
- `docker-ce-cli_<version>_<arch>.deb`
- `docker-buildx-plugin_<version>_<arch>.deb`
- `docker-compose-plugin_<version>_<arch>.deb`
5. Install the `.deb` packages. Update the paths in the following example to
@ -221,6 +222,7 @@ download a new file each time you want to upgrade Docker Engine.
$ sudo dpkg -i ./containerd.io_<version>_<arch>.deb \
./docker-ce_<version>_<arch>.deb \
./docker-ce-cli_<version>_<arch>.deb \
./docker-buildx-plugin_<version>_<arch>.deb \
./docker-compose-plugin_<version>_<arch>.deb
```
@ -254,7 +256,7 @@ To upgrade Docker Engine, download the newer package file and repeat the
1. Uninstall the Docker Engine, CLI, containerd, and Docker Compose packages:
```console
$ sudo apt-get purge docker-ce docker-ce-cli containerd.io docker-compose-plugin docker-ce-rootless-extras
$ sudo apt-get purge docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin docker-ce-rootless-extras
```
2. Images, containers, volumes, or custom configuration files on your host