Merge pull request #3006 from thaJeztah/fix_yaml_formatting

docs: remove trailing spaces to prevent yamldocs using "compact" notation
This commit is contained in:
Silvin Lubecki 2021-03-11 15:53:59 +01:00 committed by GitHub
commit d3c36a2a73
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -65,7 +65,7 @@ as (unused) images and networks.
Alternatively, you can use the `docker ps` with the `-q` / `--quiet` option to 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 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 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 on features provided by the shell, and the exact syntax may differ depending on

View File

@ -43,7 +43,7 @@ ID NAME MODE REPLICAS IMAGE
c8wgl7q4ndfd frontend replicated 5/5 nginx:alpine c8wgl7q4ndfd frontend replicated 5/5 nginx:alpine
dmu1ept4cxcf redis replicated 3/3 redis:3.0.6 dmu1ept4cxcf redis replicated 3/3 redis:3.0.6
iwe3278osahj mongo global 7/7 mongo:3.3 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 The `REPLICAS` column shows both the *actual* and *desired* number of tasks for