update
This commit is contained in:
@ -10,11 +10,12 @@ Installation de composant
|
|||||||
apt -y install apt-transport-https ca-certificates curl gnupg2 software-properties-common
|
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
|
```bash
|
||||||
curl -fsSL https://download.docker.com/linux/debian/gpg | gpg --dearmor -o /etc/apt/trusted.gpg.d/docker-archive-keyring.gpg
|
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
|
```bash
|
||||||
add-apt-repository \
|
add-apt-repository \
|
||||||
"deb [arch=amd64] https://download.docker.com/linux/debian \
|
"deb [arch=amd64] https://download.docker.com/linux/debian \
|
||||||
@ -42,6 +43,7 @@ Création compte utilisateur
|
|||||||
usermod -aG docker $USER
|
usermod -aG docker $USER
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Création groupe
|
||||||
```bash
|
```bash
|
||||||
newgrp docker
|
newgrp docker
|
||||||
```
|
```
|
||||||
|
Reference in New Issue
Block a user