Merge pull request #14402 from OusSaidi/patch-1

Fix small typo
This commit is contained in:
Usha Mandya 2022-03-23 09:49:40 +00:00 committed by GitHub
commit c82853feb5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -143,7 +143,7 @@ $ docker stop trusting_beaver
trusting_beaver
```
Now that our container is stopped, lets 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, lets 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.