kplayer 容器配置

Dockerfile

From centos:8
COPY ./kplayer /kplayer
WORKDIR /kplayer
EXPOSE 80
RUN chmod +x kplayer

查看配置文件
cat /etc/kplayer.yaml


容器启动
./kplayer -c /etc/kplayer.yaml

posted @ 2020-12-03 10:37  pxuan  阅读(267)  评论(0编辑  收藏  举报