Simple image for icecast2, just mount your icecast.xml file and you are good to go.
50K+
Simple Dockerfile for running icecast2 in a container.
Just mount your icecast.xml file and you are good to go!
Works well with containerized Liquidsoap: pltnk/docker-liquidsoap
docker pull pltnk/icecast2docker pull ghcr.io/pltnk/icecast2docker pull quay.io/pltnk/icecast2docker build -t pltnk/icecast2 github.com/pltnk/docker-icecast2/etc/icecast2/icecast.xmldocker run --name icecast2 -d --restart=always \
--publish 8000:8000 \
--volume /path/to/your/icecast.xml:/etc/icecast2/icecast.xml \
pltnk/icecast2
icecast2:
image: pltnk/icecast2
container_name: icecast2
restart: always
ports:
- 8000:8000
volumes:
- /path/to/your/icecast.xml:/etc/icecast2/icecast.xml
Content type
Image
Digest
sha256:fad1f77f2…
Size
61.3 MB
Last updated
11 months ago
docker pull pltnk/icecast2