You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by GitBox <gi...@apache.org> on 2018/06/25 23:49:12 UTC

[GitHub] ddragosd closed pull request #135: docker-compose.yml requires docker engine 1.13+

ddragosd closed pull request #135: docker-compose.yml requires docker engine 1.13+
URL: https://github.com/apache/incubator-openwhisk-devtools/pull/135
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/docker-compose/README.md b/docker-compose/README.md
index 6b7a179..7b4481e 100644
--- a/docker-compose/README.md
+++ b/docker-compose/README.md
@@ -12,7 +12,7 @@ The following are required to build and deploy OpenWhisk with Docker Compose:
     - [Docker for Mac](https://www.docker.com/docker-mac) - only this currently works on Mac OSX
       + Install via homebrew: `brew cask install docker`
 - Other Systems:
-    - [Docker 1.12+](https://www.docker.com/products/docker)
+    - [Docker 1.13+](https://www.docker.com/products/docker)
     - [Docker Compose 1.6+](https://docs.docker.com/compose/install/)
 - [Java 8](http://www.oracle.com/technetwork/java/javase/downloads/index.html)
 


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services