From c028b281ea8b5e121ea470a6b4a71b5ae84a2d14 Mon Sep 17 00:00:00 2001 From: Wang Yan Date: Thu, 9 May 2019 13:29:07 +0800 Subject: [PATCH] Update required docker and docker-compose version (#7733) Signed-off-by: wang yan --- README.md | 2 +- docs/installation_guide.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9446ec735..53a89f0d4 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ Harbor is hosted by the [Cloud Native Computing Foundation](https://cncf.io) (CN **System requirements:** -**On a Linux host:** docker 17.03.0-ce+ and docker-compose 1.10.0+ . +**On a Linux host:** docker 17.03.0-ce+ and docker-compose 1.17.0+ . Download binaries of **[Harbor release ](https://github.com/vmware/harbor/releases)** and follow **[Installation & Configuration Guide](docs/installation_guide.md)** to install Harbor. diff --git a/docs/installation_guide.md b/docs/installation_guide.md index 0b96f6a48..20be4535e 100644 --- a/docs/installation_guide.md +++ b/docs/installation_guide.md @@ -25,8 +25,8 @@ Harbor is deployed as several Docker containers, and, therefore, can be deployed |Software|Version|Description| |---|---|---| |Python|version 2.7 or higher|Note that you may have to install Python on Linux distributions (Gentoo, Arch) that do not come with a Python interpreter installed by default| -|Docker engine|version 1.10 or higher|For installation instructions, please refer to: https://docs.docker.com/engine/installation/| -|Docker Compose|version 1.6.0 or higher|For installation instructions, please refer to: https://docs.docker.com/compose/install/| +|Docker engine|version 17.03.0-ce+ or higher|For installation instructions, please refer to: https://docs.docker.com/engine/installation/| +|Docker Compose|version 1.17.0 or higher|For installation instructions, please refer to: https://docs.docker.com/compose/install/| |Openssl|latest is preferred|Generate certificate and keys for Harbor| ### Network ports |Port|Protocol|Description|