2026-01-01 16:26:26 -08:00
2025-05-14 15:23:18 -07:00
2025-12-27 17:41:01 -08:00
2022-04-05 09:32:45 +02:00
2025-12-27 17:31:31 -08:00
2025-05-16 20:42:05 -07:00
2024-05-22 19:18:24 +02:00
2026-01-01 16:26:26 -08:00

podman for gokrazy

This package contains https://github.com/mgoltzsche/podman-static, a static build of podman.

Usage

Please see gokrazy → Available packages → Docker containers for instructions on how to use this repository.

The sections below assume you are logged into to your gokrazy device using breakglass.

Run a container

podman run --rm -ti docker.io/library/debian:sid

Optional: tmpfs

By default, containers are stored on disk (/var is a symlink to /perm/var on the permanent data partition). If you only want to try something out without keeping the containers around across reboots, it is faster to work in RAM:

mount -t tmpfs tmpfs /var
Description
No description provided
Readme BSD-3-Clause 429 MiB
Languages
Go 65.5%
Makefile 34.5%