From 572791907b3a4bd46c69d3f3e998a305dfeec501 Mon Sep 17 00:00:00 2001 From: lrgex Date: Mon, 13 Nov 2023 14:40:21 +0300 Subject: [PATCH] test --- Dockerfile | 4 ++-- reference.txt | 4 +++- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 6ca2b46..f6e2e15 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 diff --git a/reference.txt b/reference.txt index cb42e77..178b2bd 100644 --- a/reference.txt +++ b/reference.txt @@ -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 \ No newline at end of file +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 \ No newline at end of file