Skip to content
This repository was archived by the owner on Oct 13, 2023. It is now read-only.

Commit c505281

Browse files
sargunthaJeztah
authored andcommitted
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 <sargun@sargun.me> Signed-off-by: Sebastiaan van Stijn <github@gone.nl> (cherry picked from commit e1148e2c70f9f94d3dd1c7e41e20570bb4f6c723) Signed-off-by: Sebastiaan van Stijn <github@gone.nl> Upstream-commit: 521a636a86ccb8af19e534235160e641ef04c26c Component: cli
1 parent fcb5089 commit c505281

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

  • components/cli/docs/reference/commandline

components/cli/docs/reference/commandline/dockerd.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,8 @@ by the `dockerd` command line:
127127
unsuitable for Docker.
128128
* `DOCKER_RAMDISK` If set this will disable 'pivot_root'.
129129
* `DOCKER_TMPDIR` Location for temporary Docker files.
130+
* `MOBY_DISABLE_PIGZ` Do not use [`unpigz`](https://linux.die.net/man/1/pigz) to
131+
decompress layers in parallel when pulling images, even if it is installed.
130132

131133
## Examples
132134

0 commit comments

Comments
 (0)