No description
Find a file
2025-10-03 14:15:41 +02: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
justfile fix graceful shutdown 2025-10-03 14:15:41 +02:00
README.md add readme 2024-12-01 23:30:19 +01:00

container-test

Demonstration for an approach to self-host custom applications

  • build a container with podman (just build)
  • publish it to your own registry (just push)
  • on any machine, run the container as a systemd-service (just 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