Merge pull request #13088 from RobyCigar/patch-1

Add missing container id on the command
This commit is contained in:
Usha Mandya 2021-07-01 15:06:21 +01:00 committed by GitHub
commit 00ce93eda3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ What you'll see is that the files created in one container aren't available in a
And look! There's no `data.txt` file there! That's because it was written to the scratch space for
only the first container.
4. Go ahead and remove the first container using the `docker rm -f` command.
4. Go ahead and remove the first container using the `docker rm -f <container-id>` command.
## Container volumes