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
2424Install 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`
5959docker-ce : This package provides the underlying technology for building and running docker containers (dockerd)
6060docker-ce-cli : Provides the command line interface (CLI) client docker tool (docker)
6161containerd.io : Provides the container runtime (runc)
62+ docker-buildx-plugin : Docker Buildx plugin for the Docker CLI
6263docker-compose-plugin : A plugin that provides the 'docker compose' subcommand
6364```
You can’t perform that action at this time.
0 commit comments