FROM ubuntu:14.04 RUN apt-get update RUN apt-get install -y icecast2 RUN sed -i -e 's/false/true/g' /etc/default/icecast2 USER icecast2 ENTRYPOINT ["/usr/bin/icecast2", "-c", "/etc/icecast2/icecast.xml"] EXPOSE 8000
Content type
Image
Digest
sha256:30238bf42…
Size
88 MB
Last updated
almost 11 years ago
docker pull manous/icecast