From e1148e2c70f9f94d3dd1c7e41e20570bb4f6c723 Mon Sep 17 00:00:00 2001 From: Sargun Dhillon Date: Fri, 12 Jan 2018 09:32:45 -0800 Subject: [PATCH] Add MOBY_DISABLE_PIGZ to dockerd environment variable docs This reflects a Moby change to add documentation around disabling a new feature -- to use pgzip to decompress layers, rather than the built-in go gzip. Signed-off-by: Sargun Dhillon Signed-off-by: Sebastiaan van Stijn --- docs/reference/commandline/dockerd.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/reference/commandline/dockerd.md b/docs/reference/commandline/dockerd.md index 2ac35680ea..580c2209fe 100644 --- a/docs/reference/commandline/dockerd.md +++ b/docs/reference/commandline/dockerd.md @@ -130,6 +130,8 @@ by the `dockerd` command line: unsuitable for Docker. * `DOCKER_RAMDISK` If set this will disable 'pivot_root'. * `DOCKER_TMPDIR` Location for temporary Docker files. +* `MOBY_DISABLE_PIGZ` Do not use [`unpigz`](https://linux.die.net/man/1/pigz) to + decompress layers in parallel when pulling images, even if it is installed. ## Examples