|
2 years ago | |
---|---|---|
.. | ||
Dockerfile | 2 years ago | |
README.md | 6 years ago | |
docker-entrypoint.sh | 2 years ago | |
icecast.xml.template | 2 years ago | |
silence.ogg | 6 years ago |
This is an image for the streaming application Icecast using alpine as the operating system.
The idea is use this image together with a fully audio stack. You can edit the icecast.xml or use the fully audio stack I created. Check below about docker-music-stack.
Check alpine-mpd, alpine-icecast, alpine-sima and alpine-ympd.
docker run -p 8000:8000 --name=icecast -d vitiman/alpine-icecast:latest
An instance of icecast is now running with the port 8000 mapped to your host or docker-machine IP address.
Check the github repository and you will find an icecast.xml
you can edit and set your custom configuration. You just need to build the image again.
The passwords in the configuration are just for testing purposes.
I've made a group of images for a full music-stack fully working.
Check the Github repository or the rest of images in Docker Hub. There is a docker-compose to setup everything.
Enjoy!