mirror of https://github.com/docker/docs.git
Merge pull request #13088 from RobyCigar/patch-1
Add missing container id on the command
This commit is contained in:
commit
00ce93eda3
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue