15 Commits

Author SHA1 Message Date
bb00ceb651 Add /perm/bin to PATH 2025-05-16 20:42:05 -07:00
c97af5a01b Fix required directories 2025-05-14 15:26:17 -07:00
d1fb33e88d Add required containers.conf 2025-05-14 15:23:18 -07:00
b420d626d7 Change import path 2025-05-14 00:09:40 -07:00
10308110fa Update to 5.4.2 2025-05-14 00:03:24 -07:00
390ca44d33 bump podman to v4.9.5 2024-08-08 08:43:55 +02:00
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
a9a4e4488e README: update gokrazy instructions 2023-01-14 10:16:21 +01:00
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
a16c9ff9f8 README: fully qualify debian container to skip podman selection 2022-04-14 17:33:03 +02:00
2b25e39633 convert package to provide architecture-dependent extrafiles tar (#3)
related to gokrazy/podman#2
2022-04-14 17:32:12 +02:00
b336163cb3 suggest /perm/container-storage as path
docker was a misnomer, we use podman after all.
2022-04-09 00:03:55 +02:00
e461a69af3 use nsenter package instead of manually creating placeholder 2022-04-06 08:55:42 +02:00
bbcadf8701 explain container storage options in README 2022-04-06 08:29:04 +02:00
d79cb0524c initial commit 2022-04-05 09:32:45 +02:00