diff options
author | Ludovic Courtès <ludo@gnu.org> | 2019-09-18 22:46:21 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2019-09-18 23:08:29 +0200 |
commit | d0980ef41859d1f0e4deb98a7f1d6f4ab2c9d4c4 (patch) | |
tree | bc172cce2045699d987d6e4981788f1f6c6bcf45 /doc | |
parent | 4bb7d14bbe959c884dfe3a370927211b0593e6d0 (diff) | |
download | guix-d0980ef41859d1f0e4deb98a7f1d6f4ab2c9d4c4.tar guix-d0980ef41859d1f0e4deb98a7f1d6f4ab2c9d4c4.tar.gz |
doc: Mention the "repository name" for 'guix pack -f docker'.
This is a followup to 0074844366381e3056d09492b8b437836c7adb61.
* doc/guix.texi (Invoking guix pack): Mention the repository name.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/guix.texi | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/guix.texi b/doc/guix.texi index 666ecb5b47..da62194a16 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -4835,7 +4835,9 @@ specified binaries and symlinks. @item docker This produces a tarball that follows the @uref{https://github.com/docker/docker/blob/master/image/spec/v1.2.md, -Docker Image Specification}. +Docker Image Specification}. The ``repository name'' as it appears in +the output of the @command{docker images} command is computed from +package names passed on the command line or in the manifest file. @item squashfs This produces a SquashFS image containing all the specified binaries and |