Update wording around removing a container (#15809)

The original used "simple" instead of "simply". I edited the sentence a bit more to make it read clearer and removed that word altogether.
This commit is contained in:
Daniel Schroeder 2022-10-05 08:26:04 -05:00 committed by GitHub
parent 5a29cf63bd
commit 361c88ae9f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -151,7 +151,7 @@ ec45285c456d python-docker "python3 -m flask ru…" 31 minutes
fb7a41809e5d python-docker "python3 -m flask ru…" 40 minutes ago Exited (0) 39 minutes ago goofy_khayyam
```
To remove a container, simple run the `docker rm` command passing the container name. You can pass multiple container names to the command using a single command. Again, replace the container names in the following command with the container names from your system.
To remove a container, run the `docker rm` command with the container name. You can pass multiple container names to the command using a single command. Again, replace the container names in the following command with the container names from your system.
```console
$ docker rm wonderful_kalam agitated_moser goofy_khayyam