Skip to content

Instantly share code, notes, and snippets.

@barseghyanartur
Created March 9, 2020 11:06
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 barseghyanartur/ce6d5eec6ee44c52bba5ef8d17b591b8 to your computer and use it in GitHub Desktop.
Save barseghyanartur/ce6d5eec6ee44c52bba5ef8d17b591b8 to your computer and use it in GitHub Desktop.
Fix podman errors

If you have podman errors like:

ERRO[0000] open /proc/104244/ns/user: no such file or directory

Fix it with:

mv /run/user/$(id -u)/libpod{,-000}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment