Skip to content

Commit a289a24

Browse files
authored
Update docker.md - added docker-buildx-plugin (#2676)
Update docker.md - added docker-buildx-plugin . Refer to https://docs.docker.com/engine/install/rhel/#install-docker-engine
1 parent cffef66 commit a289a24

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/gemstones/containers/docker.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ sudo dnf config-manager --add-repo https://download.docker.com/linux/rhel/docker
2424
Install the latest version of Docker Engine, `containerd`, and Docker Compose, by running:
2525

2626
```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
2828
```
2929

3030
## 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`
5959
docker-ce : This package provides the underlying technology for building and running docker containers (dockerd)
6060
docker-ce-cli : Provides the command line interface (CLI) client docker tool (docker)
6161
containerd.io : Provides the container runtime (runc)
62+
docker-buildx-plugin : Docker Buildx plugin for the Docker CLI
6263
docker-compose-plugin : A plugin that provides the 'docker compose' subcommand
6364
```

0 commit comments

Comments
 (0)