Merge pull request #61894 from mkenigs/fix-typo

docker: fix typo
This commit is contained in:
markuskowa 2019-05-23 10:03:01 +02:00 committed by GitHub
commit 3a28c99923
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -46,8 +46,8 @@ in
description = description =
'' ''
When enabled dockerd is started on boot. This is required for When enabled dockerd is started on boot. This is required for
container, which are created with the containers which are created with the
<literal>--restart=always</literal> flag, to work. If this option is <literal>--restart=always</literal> flag to work. If this option is
disabled, docker might be started on demand by socket activation. disabled, docker might be started on demand by socket activation.
''; '';
}; };