Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 597 Bytes

README.md

File metadata and controls

35 lines (24 loc) · 597 Bytes

miniupnpc in a container

Tags

  • latest: latest upnpc binary on top of scratch image
    • v2.2.4-r0: you can choose specific version of upnpc

Pull

podman pull docker.io/queeup/upnpc-container

# OR

podman pull ghcr.io/queeup/upnpc-container

Use

podman run \
    --rm \
    --interactive \
    --tty \
    --network host \
    upnpc-container --help

Build

podman build -t upnpc-container --file Containerfile

Containerfile is here