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.")