mirror of
https://github.com/LRGEX/Klipper-docker.git
synced 2026-05-07 15:35:30 +02:00
test
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
FROM debian:11
|
||||
|
||||
# Required for systemd
|
||||
# Required for systemd AS IS
|
||||
ENV container docker
|
||||
|
||||
# Required for apt-get to not prompt for user input
|
||||
ENV DEBIAN_FRONTEND noninteractive
|
||||
|
||||
# Set stop signal to systemd init
|
||||
# Set stop signal to systemd init AS IS
|
||||
STOPSIGNAL SIGRTMIN+3
|
||||
|
||||
# Enable systemd and install necessary packages
|
||||
|
||||
@@ -2,4 +2,6 @@ https://stackoverflow.com/questions/24225647/docker-a-way-to-give-access-to-a-ho
|
||||
|
||||
https://github.com/dimalo/klipper-web-control-docker/blob/main/klipper/Dockerfile
|
||||
|
||||
https://github.com/dw-0/kiauh
|
||||
https://github.com/dw-0/kiauh
|
||||
|
||||
https://serverfault.com/questions/1053187/systemd-fails-to-run-in-a-docker-container-when-using-cgroupv2-cgroupns-priva/1054414#1054414
|
||||
Reference in New Issue
Block a user