Skip to content

📻 Icecast 2 in Dockerfile (Docker container, compatible with liquidsoap)

Notifications You must be signed in to change notification settings

serverkomplex/docker-icecast

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Icecast in Docker

Icecast2 Dockerfile

https://index.docker.io/u/moul/icecast/

Run

Run with default password, export port 8000

docker run -p 8000:8000 moul/icecast
$BROWSER localhost:8000

Run with custom password

docker run -p 8000:8000 -e ICECAST_SOURCE_PASSWORD=aaaa -e ICECAST_ADMIN_PASSWORD=bbbb -e ICECAST_PASSWORD=cccc -e ICECAST_RELAY_PASSWORD=dddd moul/icecast

Run with custom configuration

docker run -p 8000:8000 -v /local/path/to/icecast/config:/etc/icecast2 moul/icecast
docker run -p 8000:8000 -v /local/path/to/icecast.xml:/etc/icecast2/icecast.xml moul/icecast

Extends Dockerfile

FROM moul/icecast
ADD ./icecast.xml /etc/icecast2

About

📻 Icecast 2 in Dockerfile (Docker container, compatible with liquidsoap)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • XSLT 85.8%
  • CSS 12.2%
  • Shell 2.0%