Skip to content

cdeex/docker-bubbleupnpserver

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker-bubbleupnpserver

Usage

  • Build image
$ docker build -t <name:tag> .

Note: more about name:tag can find in docker tag Docs

  • Run
$ docker run --rm -it -d --name <container_name> --publish 58050:58050 --publish 58051:58051 --publish 58052:58052 <docker_image>
  • Access http://localhost:58050/

About

BubbleUPnP Server docker image.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Dockerfile 65.9%
  • Shell 34.1%