Skip to content

Commit

Permalink
[CE-73] Specify supported Docker version
Browse files Browse the repository at this point in the history
This update the doc for the supported docker version.

And we also specify the fabric image version to 1.0.0-rc1.

Change-Id: Id89028868d28820c29421d6f92e60d132a36dd9c
Signed-off-by: Baohua Yang <yangbaohua@gmail.com>
  • Loading branch information
yeasy committed Jun 27, 2017
1 parent 1e2302d commit 7863411
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
6 changes: 3 additions & 3 deletions docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ For the Worker Node with meeting the [system requirements](#system-requirements)
### System Requirements
* Hardware: 8c16g100g
* Docker engine:
- 1.12.0+
- 1.10.0~1.13.0
* aufs-tools (optional): Only required on ubuntu 14.04.

### Docker Daemon Setup
Expand Down Expand Up @@ -122,8 +122,8 @@ It can be deployed by in 3 steps.

### System Requirement
* Hardware: 8c16g100g
* Docker engine: 1.12.0+
* docker-compose: 1.7.0+
* Docker engine: 1.10.0~1.13.0
* docker-compose: 1.8.0+

### Clone Code

Expand Down
7 changes: 3 additions & 4 deletions scripts/worker_node_setup/download_images.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,10 @@ fi
ARCH=x86_64
BASEIMAGE_RELEASE=0.3.1
BASE_VERSION=1.0.0
PROJECT_VERSION=1.0.0-preview
PROJECT_VERSION=1.0.0-rc1

IMG_VERSION=0.9.6
# Only For testing latest images
IMG_VERSION=latest
IMG_VERSION=1.0.0-rc1
# latest is only For testing latest images

echo_b "Downloading images from DockerHub... need a while"

Expand Down

0 comments on commit 7863411

Please sign in to comment.