2
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2026-01-04 03:54:55 +01:00

add ffserver

This commit is contained in:
kev
2015-07-15 19:51:48 +08:00
parent 06d53a4bcc
commit 8e56d21bc6
5 changed files with 123 additions and 0 deletions

14
ffserver/Dockerfile Normal file
View File

@@ -0,0 +1,14 @@
#
# Dockerfile for ffmpeg
#
FROM alpine
MAINTAINER kev <noreply@datageek.info>
RUN apk add -U ffmpeg
ADD ffserver.conf /etc/
EXPOSE 8090
CMD ["ffserver"]