22
0
Fork 0

permissions sur la signature du dépôt APT

This commit is contained in:
jlecour 2020-07-16 11:37:55 +02:00
parent 39b0621b80
commit 4fa0402ea8
1 changed files with 1 additions and 0 deletions

View File

@ -79,6 +79,7 @@ Il est conseillé d'utiliser le paquet docker-ce des dépôts du projet Docker :
# apt install apt-transport-https
# echo "deb http://download.docker.com/linux/debian buster stable" > /etc/apt/sources.list.d/docker.list
# wget https://download.docker.com/linux/debian/gpg -O /etc/apt/trusted.gpg.d/docker.asc
# chmod 644 /etc/apt/trusted.gpg.d/docker.asc
# apt update
# apt install docker-ce
~~~