ShoutCast streaming server.
Ports:
- 7777 – main port
- 7778 – legacy port (optional)
Create Dockerfile with following content
FROM hope/shoutcast
Write configuration file container-files/sc.conf
Build image
docker build -t shoutcast .
Run container
docker run -d -p 7777:7777 --name=shoutcast shoutcast