File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
docs/gemstones/containers Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ sudo dnf config-manager --add-repo https://download.docker.com/linux/rhel/docker
24
24
Install the latest version of Docker Engine, ` containerd ` , and Docker Compose, by running:
25
25
26
26
``` bash
27
- sudo dnf -y install docker-ce docker-ce-cli containerd.io docker-compose-plugin
27
+ sudo dnf -y install docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker- compose-plugin
28
28
```
29
29
30
30
## Start and enable Docker (` dockerd ` )
@@ -59,5 +59,6 @@ To be assigned the new group, you must log out and in again. Check with the `id`
59
59
docker-ce : This package provides the underlying technology for building and running docker containers (dockerd)
60
60
docker-ce-cli : Provides the command line interface (CLI) client docker tool (docker)
61
61
containerd.io : Provides the container runtime (runc)
62
+ docker-buildx-plugin : Docker Buildx plugin for the Docker CLI
62
63
docker-compose-plugin : A plugin that provides the 'docker compose' subcommand
63
64
```
You can’t perform that action at this time.
0 commit comments