From e05e66f4b42e844ac88c39c2078f94c00a69809d Mon Sep 17 00:00:00 2001 From: Sebastiaan van Stijn Date: Thu, 11 Mar 2021 15:36:02 +0100 Subject: [PATCH] docs: remove trailing spaces to prevent yamldocs using "compact" notation Signed-off-by: Sebastiaan van Stijn --- docs/reference/commandline/rm.md | 2 +- docs/reference/commandline/service_ls.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/reference/commandline/rm.md b/docs/reference/commandline/rm.md index eddfe1e26c..a995e32647 100644 --- a/docs/reference/commandline/rm.md +++ b/docs/reference/commandline/rm.md @@ -65,7 +65,7 @@ as (unused) images and networks. Alternatively, you can use the `docker ps` with the `-q` / `--quiet` option to generate a list of container IDs to remove, and use that list as argument for -the `docker rm` command. +the `docker rm` command. Combining commands can be more flexible, but is less portable as it depends on features provided by the shell, and the exact syntax may differ depending on diff --git a/docs/reference/commandline/service_ls.md b/docs/reference/commandline/service_ls.md index 8b9954b514..1cf5f765e6 100644 --- a/docs/reference/commandline/service_ls.md +++ b/docs/reference/commandline/service_ls.md @@ -43,7 +43,7 @@ ID NAME MODE REPLICAS IMAGE c8wgl7q4ndfd frontend replicated 5/5 nginx:alpine dmu1ept4cxcf redis replicated 3/3 redis:3.0.6 iwe3278osahj mongo global 7/7 mongo:3.3 -hh08h9uu8uwr job replicated-job 1/1 (3/5 completed) nginx:latest +hh08h9uu8uwr job replicated-job 1/1 (3/5 completed) nginx:latest ``` The `REPLICAS` column shows both the *actual* and *desired* number of tasks for