Merge pull request #12734 from sergey-alekseev/sergey-alekseev-patch-1

Fix documentation typo in articles/basics.md
Upstream-commit: 92f4bd59ce941233b295ec2b2e5faa974105ad40
Component: engine
This commit is contained in:
David Calavera
2015-04-25 20:33:55 -07:00

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.