1
0
mirror of https://github.com/docker/cli.git synced 2025-08-01 04:26:55 +03:00

docs: remove trailing spaces to prevent yamldocs using "compact" notation

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
Sebastiaan van Stijn
2021-03-11 15:36:02 +01:00
parent c0a6b1c7b3
commit e05e66f4b4
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
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