File tree 1 file changed +6
-5
lines changed
docs/gemstones/containers
1 file changed +6
-5
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
Installez la dernière version de Docker Engine, ` containerd ` et Docker Compose en utilisant :
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
## Démarrez le service docker de systemd (` dockerd ` ) et activez-le pour le démarrage automatique
@@ -56,8 +56,9 @@ Pour être affecté au nouveau groupe, vous devez vous déconnecter et vous reco
56
56
### Remarques
57
57
58
58
``` docker
59
- docker-ce : ce paquet fournit la technologie sous-jacente pour construire et exécuter des docker containers (dockerd)
60
- docker-ce-cli : fournit l'interface de ligne de commande (CLI) client docker tool (docker)
61
- containerd.io : fournit le runtime conteneur (runc)
62
- docker-compose-plugin : un plugin qui fournit la sous-commande 'docker compose'
59
+ docker-ce : This package provides the underlying technology for building and running docker containers (dockerd)
60
+ docker-ce-cli : Provides the command line interface (CLI) client docker tool (docker)
61
+ containerd.io : Provides the container runtime (runc)
62
+ docker-buildx-plugin : Docker Buildx plugin for the Docker CLI
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