diff options
author | Danny Milosavljevic <dannym@scratchpost.org> | 2019-01-07 19:13:04 +0100 |
---|---|---|
committer | Danny Milosavljevic <dannym@scratchpost.org> | 2019-01-07 19:13:04 +0100 |
commit | 40c7476af8d2fdd06d466f904d5a2513e7ff3431 (patch) | |
tree | 22b841cd409bbdc46ce9a6fe3ea90bfb5e33b67f | |
parent | 54891e850acc0c2623ed5f69f6fdfe843d098734 (diff) | |
download | guix-40c7476af8d2fdd06d466f904d5a2513e7ff3431.tar.gz |
gnu: containerd: Update synopsis.
* gnu/packages/docker.scm (containerd)[synopsis]: Modify.
-rw-r--r-- | gnu/packages/docker.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/docker.scm b/gnu/packages/docker.scm index 5ef76176df..d928c4e61e 100644 --- a/gnu/packages/docker.scm +++ b/gnu/packages/docker.scm @@ -204,7 +204,7 @@ Python without keeping their credentials in a Docker configuration file.") (native-inputs `(("go" ,go) ("pkg-config" ,pkg-config))) - (synopsis "Container runtime") + (synopsis "Docker container runtime") (description "This package provides the container daemon for Docker. It includes image transfer and storage, container execution and supervision, network attachments.") |