diff options
Diffstat (limited to 'guix/docker.scm')
-rw-r--r-- | guix/docker.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/guix/docker.scm b/guix/docker.scm index eb40af29c4..60ce13cbde 100644 --- a/guix/docker.scm +++ b/guix/docker.scm @@ -222,7 +222,7 @@ command such as '(\"gzip\" \"-9n\"), to compress IMAGE. Use CREATION-TIME, a SRFI-19 time-utc object, as the creation time in metadata. When MAX-LAYERS is not false build layered image, providing a Docker -image with store paths splitted in their own layers to improve sharing +image with store paths split in their own layers to improve sharing between images. ROOT-SYSTEM is a directory with a provisioned root file system, which will be |