This commit is contained in:
lrgex
2023-11-13 14:40:21 +03:00
parent 1d734bf708
commit 572791907b
2 changed files with 5 additions and 3 deletions

View File

@@ -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

View File

@@ -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