Skip to content

Instantly share code, notes, and snippets.

@sohocs509
Created November 2, 2023 00:57
Show Gist options
  • Save sohocs509/68f3ec15a795999e64d25cf4860bbdf7 to your computer and use it in GitHub Desktop.
Save sohocs509/68f3ec15a795999e64d25cf4860bbdf7 to your computer and use it in GitHub Desktop.
Docker Snips
for pkg in docker.io docker-doc docker-compose podman-docker containerd runc; do sudo apt-get remove $pkg; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment