If you have used these scripts and tools and feel like supporting my work, please send me some funds!
* Bitcoin (BTC): 1NsP5TD1oRBXNC37inqFUZ9DrJN5Q1qR4y
* Monero (XMR): 499QFXhZWBfXAuqqPJUY7ihWDWxzSDTTf7MnVQwYd6xZcSzbTFQY7B4i7zB5mTmXnQfdf6RsDmjdZJNBF6oeeW8xBz7sWa5
This repo is used to create/publish the Shoutcast DNAS Streaming Media Server to the Docker Hub Registry
The docker container exposes the following:
-
Ports
- 10128 - incoming and outgoing connection
- 10129 - legacy streaming connections
-
Webpages
- index.html - main shoutcast page w/ listener and streaming stats
- admin.cgi - administration page for shoutcast server
-
Install Docker
-
Download automated build from the public Docker Hub Registry:
docker pull iammrcupp/docker_shoutcast
To use the image, type the following:
docker run -d -p 10128:10128 -p 10129:10129 iammrcupp/docker_shoutcast