mirror of
https://github.com/clearlinux/docker.git
synced 2026-09-05 13:11:30 +00:00
Fix documentation typo in articles/basics.md
Signed-off-by: Sergey Alekseev <sergey.alekseev.minsk@gmail.com>
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user