Podman
Installation
Ubuntu and Debian-based
Configuration
Auto Restart using systemd
[Unit]
Description=Guacamole Container
Wants=network-online.target
After=network-online.target
[Container]
Image=docker.io/oznu/guacamole:latest
Exec=/usr/bin/podman run --name=guacamole --replace -p 8080:8080 -v %h/.containers/guacamole:/config
[Service]
Restart=always
[Install]
# Start by default on boot
WantedBy=multi-user.target default.targetTroubleshooting
short-name "$container" did not resolve to an alias and no unqualified-search registries are defined in "/etc/containers/registries.conf"
Reference
Last updated