Skip to content

Instantly share code, notes, and snippets.

Embed
What would you like to do?

Revisions

  1. jmesmon created this gist Mar 30, 2023.
    @@ -0,0 +1,6 @@
    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