use:
% gok get github.com/gokrazy/gokrazy
to pick up creation of /perm/var and /perm/var/run in commit
ae40eb3636
and:
% go install github.com/gokrazy/tools/cmd/gok@main
to pick up creation of /var as a symlink to /perm/var in commit
04de7ab994
The greenpau/cni-plugins make networking work, e.g.:
breakglass# mount -t tmpfs tmpfs /var
breakglass# podman run --rm -it -p 8080:80 nginx
The 87-podman-bridge.conflist file needs to be slightly adjusted to point podman
to the plugins.
We’ll hopefully be able to drop the podman wrapper binary soon.
Tested on amd64 and arm64.
fixes https://github.com/gokrazy/podman/issues/6