From 8f36d87702d98501ba1945583e3070fe4f9b443a Mon Sep 17 00:00:00 2001 From: yawak Date: Tue, 12 Jun 2018 23:59:06 +0800 Subject: [PATCH] Update README.md Spelling correction update --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7fbf738..53680a1 100644 --- a/README.md +++ b/README.md @@ -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]]