Skip to content

Instantly share code, notes, and snippets.

Embed
What would you like to do?
podman create --name at-warrior --label=io.containers.autoupdate=registry --publish 8001:8001 --volume at-warrior-projects:/home/warrior/projects atdr.meo.ws/archiveteam/warrior-dockerfile
mkdir -p ~/.config/systemd/user
podman generate systemd --new at-warrior >~/.config/systemd/user/at-warrior.service
systemctl --user daemon-reload
systemctl --user enable --now at-warrior.service
systemctl --user enable --now podman-auto-update.timer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment