docker-containers: fix typo. (#3140)

italian
Marco Bonelli 2019-06-26 12:29:06 +02:00 committed by Starbeamrainbowlabs
parent 5968eaa1ed
commit bbf48c6abe
1 changed files with 2 additions and 2 deletions

View File

@ -27,10 +27,10 @@
`docker container inspect {{container_name}}`
- Export a containers filesystem as a tar archive:
- Export a container's filesystem as a tar archive:
`docker container export {{container_name}}`
- Create a new image from a containers changes:
- Create a new image from a container's changes:
`docker container commit {{container_name}}`