mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2025-12-13 01:30:31 +08:00
14 lines
309 B
Docker
14 lines
309 B
Docker
RUN pkg-install \
|
|
kvmd \
|
|
mjpg-streamer-pikvm \
|
|
nginx
|
|
|
|
COPY stages/pikvm/config.txt /boot/
|
|
COPY stages/pikvm/99-pikvm.conf /etc/sysctl.d/
|
|
COPY stages/pikvm/index.html /srv/http/
|
|
COPY stages/pikvm/kvmd.yaml /etc/
|
|
COPY stages/pikvm/nginx.conf /etc/nginx/
|
|
|
|
RUN systemctl enable kvmd
|
|
RUN systemctl enable nginx
|