mirror of https://github.com/docker/docs.git
Fix small typo
This commit is contained in:
parent
b5e2c6f603
commit
c8d0d5c8f8
|
@ -143,7 +143,7 @@ $ docker stop trusting_beaver
|
|||
trusting_beaver
|
||||
```
|
||||
|
||||
Now that our container is stopped, let’s remove it. When you remove a container, the process inside the container will be stopped and the metadata for the container will been removed.
|
||||
Now that our container is stopped, let’s remove it. When you remove a container, the process inside the container will be stopped and the metadata for the container will be removed.
|
||||
|
||||
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.
|
||||
|
||||
|
|
Loading…
Reference in New Issue