Created
November 2, 2023 00:57
-
-
Save sohocs509/68f3ec15a795999e64d25cf4860bbdf7 to your computer and use it in GitHub Desktop.
Docker Snips
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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