This commit is contained in:
Hubert Cornet 2024-04-01 13:21:32 +02:00
parent eb297366c0
commit d0bf89d357

View File

@ -10,11 +10,12 @@ Installation de composant
apt -y install apt-transport-https ca-certificates curl gnupg2 software-properties-common
```
Mise en de la nouvelle repository officiel
Mise en place de la clé
```bash
curl -fsSL https://download.docker.com/linux/debian/gpg | gpg --dearmor -o /etc/apt/trusted.gpg.d/docker-archive-keyring.gpg
```
Mise en de la nouvelle repository officiel
```bash
add-apt-repository \
"deb [arch=amd64] https://download.docker.com/linux/debian \
@ -42,6 +43,7 @@ Création compte utilisateur
usermod -aG docker $USER
```
Création groupe
```bash
newgrp docker
```