Don't spam journalctl on Linux

This commit is contained in:
Daniël de Kok 2024-09-29 12:43:55 +02:00
parent b806a856c7
commit 0b80a928eb
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
# Build the image and get out the docker file:
#
# docker build -t tgi-nix-builder -f Dockerfile.nix
# docker run tgi-nix-builder | docker load
# docker run --log-driver=none tgi-nix-builder | docker load
FROM nixos/nix:2.18.8
RUN echo "experimental-features = nix-command flakes" >> /etc/nix/nix.conf