Skip to content

Instantly share code, notes, and snippets.

@bricss
Last active July 21, 2023 17:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bricss/aafb2eb94346f565d4a335d496daa8e8 to your computer and use it in GitHub Desktop.
Save bricss/aafb2eb94346f565d4a335d496daa8e8 to your computer and use it in GitHub Desktop.
Podman permissions fixment
#!/usr/bin/env bash
# In case of "creating events dirs: mkdir /run/user/1000/libpod: permission denied"
sudo rm -rf ${HOME}/.local/share/containers
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment