Moved supported Docker version to 17.06 to enable 3.3 of compose

Signed-off-by: rgee0 <richard@technologee.co.uk>
This commit is contained in:
rgee0 2018-02-04 20:08:26 +00:00 committed by Alex Ellis
parent a6ab248ffb
commit 1ee0d31f28
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@ These instructions are for a development environment. If you plan to expose Open
## Initialize Swarm Mode
You can create a single-host Docker Swarm on your laptop with a single command. You don't need any additional software to Docker 17.05 or greater. You can also run these commands on a Linux VM or cloud host.
You can create a single-host Docker Swarm on your laptop with a single command. You don't need any additional software to Docker 17.06 or greater. You can also run these commands on a Linux VM or cloud host.
This is how you initialize your master node:

View File

@ -26,7 +26,7 @@ When running OpenFaaS on ARM a key consideration is that we need to use arm base
### Initialize Swarm Mode
You can create a single-host Docker Swarm on your ARM device with a single command. You don't need any additional software to Docker 17.05 or greater.
You can create a single-host Docker Swarm on your ARM device with a single command. You don't need any additional software to Docker 17.06 or greater.
This is how you initialize your master node: