Skip to content

Instantly share code, notes, and snippets.

@judaew
Last active May 30, 2022 18:52
Show Gist options
  • Save judaew/85c6e8a62bf0e7f5be5188e020492e21 to your computer and use it in GitHub Desktop.
Save judaew/85c6e8a62bf0e7f5be5188e020492e21 to your computer and use it in GitHub Desktop.
# 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