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 characters
| 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