WSLでPodmanを動かす
from Podman
WSLでPodmanを動かす
code:plain
Error: copying system image from manifest list: writing blob: adding layer with blob "sha256:...": processing tar file(potentially insufficient UIDs or GIDs available in user namespace (requested 0:50 for /var/local): Check /etc/subuid and /etc/subgid if configured locally and run "podman system migrate": lchown /var/local: invalid argument): exit status 1
現在のユーザーに正しいsubuidとsubgidが割り当てられていない。
https://stackoverflow.com/questions/60706732/podman-cannot-pull-image
code:plain
Error: unable to start container "...": rootless netns: mount "/mnt/wslg/runtime-dir/containers/networks/rootless-netns/run" to "/run": no such file or directory
slirp4netns
https://github.com/containers/podman/issues/13671