No description
  • Rust 65.6%
  • Dockerfile 34.4%
Find a file
2026-03-06 12:58:16 +01:00
src fix graceful shutdown 2025-10-03 14:15:41 +02:00
.gitignore add rust application 2024-12-01 23:30:19 +01:00
Cargo.toml fix graceful shutdown 2025-10-03 14:15:41 +02:00
container-test.container fix graceful shutdown 2025-10-03 14:15:41 +02:00
Containerfile fix graceful shutdown 2025-10-03 14:15:41 +02:00
mise.toml migrate to mise 2026-03-06 12:58:16 +01:00
README.md migrate to mise 2026-03-06 12:58:16 +01:00

container-test

Demonstration for an approach to self-host custom applications

  • build a container with podman (mise run build)
  • publish it to your own registry (mise run push)
  • on any machine, run the container as a systemd-service (mise run deploy)
  • update your application, then build and publish again
  • consume the update:
    • manually with podman auto-update
    • automatically with systemctl --user enable podman-auto-update