mirror of https://github.com/docker/docs.git
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:
parent
5a29cf63bd
commit
361c88ae9f
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue