Skip to content

Instantly share code, notes, and snippets.

@HTLife
Created March 29, 2023 08:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save HTLife/6d8a32abfc0b5b0f744c6396d57e8d1f to your computer and use it in GitHub Desktop.
Save HTLife/6d8a32abfc0b5b0f744c6396d57e8d1f to your computer and use it in GitHub Desktop.
echo \
"deb [arch="$(dpkg --print-architecture)" signed-by=/etc/apt/keyrings/docker.gpg] https://download.docker.com/linux/ubuntu \
"$(. /etc/os-release && echo "$VERSION_CODENAME")" stable" | \
sudo tee /etc/apt/sources.list.d/docker.list > /dev/null
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment