Skip to content

Instantly share code, notes, and snippets.

@amarruedo
Last active September 23, 2022 07: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 amarruedo/410cb97799ecddcf310cf904718d590c to your computer and use it in GitHub Desktop.
Save amarruedo/410cb97799ecddcf310cf904718d590c to your computer and use it in GitHub Desktop.
Podman on WSL

Problem

wsl WARN[0000] "/" is not a shared mount, this could cause issues or missing mounts with rootless containers

Solution containers/podman#12136 (comment)

the first thing I'd check is why / is not mounted as shared.

Could you try mount --make-rshared / as root first?

Problem

User-selected graph driver "overlay" overwritten by graph driver "vfs" from database - delete libpod local files to resolve

Solution containers/podman#5114 (comment)

sudo rm -rf ~/.local/share/containers/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment