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-container
podman run \
--rm \
--interactive \
--tty \
--network host \
upnpc-container --help
podman build -t upnpc-container --file Containerfile