No description
| src | ||
| .gitignore | ||
| Cargo.toml | ||
| container-test.container | ||
| Containerfile | ||
| justfile | ||
| README.md | ||
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
- manually with