Skip to content

queeup-Containers/upnpc-container

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

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