latest: latest upnpc binary on top of scratch imagev2.2.4-r0: you can choose specific version of upnpc
podman pull docker.io/queeup/upnpc-container
# OR
podman pull ghcr.io/queeup/upnpc-containerpodman run \
--rm \
--interactive \
--tty \
--network host \
upnpc-container --helppodman build -t upnpc-container --file Containerfile