This commit is contained in:
Luk Lu
2023-10-07 20:19:29 +08:00
parent 425a865b33
commit 123a24eb6e
3 changed files with 6 additions and 12 deletions

View File

@@ -29,7 +29,7 @@ sudo apt-get update
sudo apt-get install ca-certificates curl gnupg lsb-release -y
sudo apt-get remove docker docker-engine docker.io containerd runc -y
echo Add Dockers official GPG key ...
echo Add official GPG key ...
sudo mkdir -p /etc/apt/keyrings
sudo curl -fsSL $GPG_URL | sudo gpg --dearmor -o /etc/apt/keyrings/docker-archive-keyring.gpg