Fix documentation typo in articles/basics.md

Signed-off-by: Sergey Alekseev <sergey.alekseev.minsk@gmail.com>
Upstream-commit: 2188c8d2f41f4905411a40c30f4c703d7f4e0fcf
Component: engine
This commit is contained in:
Sergey Alekseev
2015-04-25 11:28:39 +03:00
parent 04fcadddd6
commit 940ced577b

View File

@ -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.