mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Fix documentation typo in articles/basics.md
Signed-off-by: Sergey Alekseev <sergey.alekseev.minsk@gmail.com>
This commit is contained in:
parent
300a12f9aa
commit
2188c8d2f4
1 changed files with 1 additions and 1 deletions
|
@ -172,7 +172,7 @@ will be stored (as a diff). See which images you already have using the
|
|||
# Commit your container to a new named image
|
||||
$ docker commit <container_id> <some_name>
|
||||
|
||||
# List your containers
|
||||
# List your images
|
||||
$ docker images
|
||||
|
||||
You now have an image state from which you can create new instances.
|
||||
|
|
Loading…
Reference in a new issue