Installation Docker 1

This commit is contained in:
2021-03-18 21:37:41 +01:00
committed by root
parent eedf3185d2
commit 299e1ddc63
3 changed files with 2 additions and 0 deletions

View File

@@ -66,6 +66,7 @@ maybe chmod 0644 'apt/listchanges.conf'
maybe chmod 0755 'apt/preferences.d' maybe chmod 0755 'apt/preferences.d'
maybe chmod 0644 'apt/sources.list' maybe chmod 0644 'apt/sources.list'
maybe chmod 0755 'apt/sources.list.d' maybe chmod 0755 'apt/sources.list.d'
maybe chmod 0644 'apt/sources.list.d/docker.list'
maybe chmod 0644 'apt/sources.list.d/raspi.list' maybe chmod 0644 'apt/sources.list.d/raspi.list'
maybe chmod 0644 'apt/sources.list.d/vscode.list' maybe chmod 0644 'apt/sources.list.d/vscode.list'
maybe chmod 0644 'apt/trusted.gpg' maybe chmod 0644 'apt/trusted.gpg'

View File

@@ -0,0 +1 @@
deb [arch=armhf] https://download.docker.com/linux/raspbian buster stable

Binary file not shown.