Skip to content

Instantly share code, notes, and snippets.

@amzar96
Created May 16, 2024 04:12
Show Gist options
  • Save amzar96/99f674d7b1e298cc2652a6a2e2be33e2 to your computer and use it in GitHub Desktop.
Save amzar96/99f674d7b1e298cc2652a6a2e2be33e2 to your computer and use it in GitHub Desktop.
Restart podman
unset SSH_AUTH_SOC && \
podman machine stop && \
podman machine set --cpus 4 --memory 3048 && \
podman machine start && \
podman image ls
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment