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

原文地址:https://www.cnblogs.com/pxuan/p/14078193.html