Revisions
-
jmesmon created this gist
Mar 30, 2023 .There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -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