mirror of
https://github.com/luzifer-docker/icecast2.git
synced 2024-11-09 16:30:03 +00:00
Initial version
This commit is contained in:
commit
0931219650
1 changed files with 12 additions and 0 deletions
12
Dockerfile
Normal file
12
Dockerfile
Normal file
|
@ -0,0 +1,12 @@
|
|||
From ubuntu:14.04
|
||||
MAINTAINER Knut Ahlers <knut@ahlers.me>
|
||||
|
||||
RUN apt-get update && \
|
||||
apt-get install -y icecast2
|
||||
|
||||
VOLUME /etc/icecast2/icecast.xml
|
||||
EXPOSE 8000 8001
|
||||
|
||||
USER icecast2
|
||||
|
||||
ENTRYPOINT ["/usr/bin/icecast2", "-c", "/etc/icecast2/icecast.xml"]
|
Loading…
Reference in a new issue