Run an icecast2 server in a Docker container
Go to file
goose-ws 8f1009d352
Remove the health check
I should have checked to ensure the container had `curl` first! Because it does not, this causes the healthcheck to fail :( Sorry for the bad pull request
2021-01-21 05:31:55 -05:00
Dockerfile Remove the health check 2021-01-21 05:31:55 -05:00
LICENSE Add meta 2018-12-21 01:48:37 +01:00
README.md Add meta 2018-12-21 01:48:37 +01:00
startup.sh Switch to alpine for icecast2 server 2018-12-21 01:46:54 +01:00

luzifer-docker / icecast2

Run an icecast2 server in a Docker container

Usage

## Build container (optional)
$ docker build -t luzifer/icecast2 .

## Execute icecast2
$ docker run --rm -ti -v $(pwd):/config luzifer/icecast2