8 Commits

Author SHA1 Message Date
Michael Stapelberg
3fe314476d README: update for /var on /perm
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
2024-05-22 19:18:24 +02:00
Michael Stapelberg
a9a4e4488e README: update gokrazy instructions 2023-01-14 10:16:21 +01:00
Michael Stapelberg
3276776c71 update to podman v4.2.1, configure greenpau/cni-plugins
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
2022-09-18 14:11:30 +02:00
Michael Stapelberg
a16c9ff9f8 README: fully qualify debian container to skip podman selection 2022-04-14 17:33:03 +02:00
Michael Stapelberg
b336163cb3 suggest /perm/container-storage as path
docker was a misnomer, we use podman after all.
2022-04-09 00:03:55 +02:00
Michael Stapelberg
e461a69af3 use nsenter package instead of manually creating placeholder 2022-04-06 08:55:42 +02:00
Michael Stapelberg
bbcadf8701 explain container storage options in README 2022-04-06 08:29:04 +02:00
Michael Stapelberg
d79cb0524c initial commit 2022-04-05 09:32:45 +02:00