mirror of
https://github.com/wsargent/docker-cheat-sheet.git
synced 2025-09-22 05:40:50 +02:00
Update README.md
Spelling correction update
This commit is contained in:
parent
d96fd4dbd7
commit
8f36d87702
1 changed files with 1 additions and 1 deletions
|
@ -210,7 +210,7 @@ Images are just [templates for docker containers](https://docs.docker.com/engine
|
||||||
|
|
||||||
## Checking Docker Version
|
## 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'](https://docs.docker.com/engine/reference/commandline/version/) check what version of docker you have running
|
||||||
* [docker version [OPTIONS]]
|
* [docker version [OPTIONS]]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue