mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-11 17:55:44 +02:00
docker-containers: fix typo. (#3140)
This commit is contained in:
parent
5968eaa1ed
commit
bbf48c6abe
1 changed files with 2 additions and 2 deletions
|
@ -27,10 +27,10 @@
|
||||||
|
|
||||||
`docker container inspect {{container_name}}`
|
`docker container inspect {{container_name}}`
|
||||||
|
|
||||||
- Export a container’s filesystem as a tar archive:
|
- Export a container's filesystem as a tar archive:
|
||||||
|
|
||||||
`docker container export {{container_name}}`
|
`docker container export {{container_name}}`
|
||||||
|
|
||||||
- Create a new image from a container’s changes:
|
- Create a new image from a container's changes:
|
||||||
|
|
||||||
`docker container commit {{container_name}}`
|
`docker container commit {{container_name}}`
|
||||||
|
|
Loading…
Add table
Reference in a new issue