Update README.md

Spelling correction update
This commit is contained in:
yawak 2018-06-12 23:59:06 +08:00 committed by GitHub
parent d96fd4dbd7
commit 8f36d87702
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -210,7 +210,7 @@ Images are just [templates for docker containers](https://docs.docker.com/engine
## Checking Docker Version
It is very important that you always know the current version of Docker you are currently running on at any point in time.This is very helpful because you get to know what features are compatible with what you have running. This is also important becase you know what containers to run from the docker store when you are trying to get template containers. That said let see how to know what version of docker we have running curently
It is very important that you always know the current version of Docker you are currently running on at any point in time.This is very helpful because you get to know what features are compatible with what you have running. This is also important because you know what containers to run from the docker store when you are trying to get template containers. That said let see how to know what version of docker we have running currently
* ['docker version'](https://docs.docker.com/engine/reference/commandline/version/) check what version of docker you have running
* [docker version [OPTIONS]]