Don't spam journalctl on Linux
This commit is contained in:
parent
b806a856c7
commit
0b80a928eb
|
@ -1,7 +1,7 @@
|
||||||
# Build the image and get out the docker file:
|
# Build the image and get out the docker file:
|
||||||
#
|
#
|
||||||
# docker build -t tgi-nix-builder -f Dockerfile.nix
|
# 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
|
FROM nixos/nix:2.18.8
|
||||||
RUN echo "experimental-features = nix-command flakes" >> /etc/nix/nix.conf
|
RUN echo "experimental-features = nix-command flakes" >> /etc/nix/nix.conf
|
||||||
|
|
Loading…
Reference in New Issue