Last active
May 30, 2022 18:52
-
-
Save judaew/85c6e8a62bf0e7f5be5188e020492e21 to your computer and use it in GitHub Desktop.
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
# Init machine | |
podman machine init | |
# Test machine | |
podman machine start podman-machine-default | |
podman machine stop podman-machine-default | |
# Remove machine and clean-up (if you don't use this port) | |
podman machine rm podman-machine-default | |
rm -rf ${HOME}/.local/share/containers | |
rm -rf ${HOME}/.config/containers |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment