Skip to content
This repository has been archived by the owner on Dec 4, 2020. It is now read-only.

Travis: Upgrading Compose to 1.6.2 for bug fixes #128

Merged
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Adding prerequisite information around versions
  • Loading branch information
nickdgriffin committed Aug 5, 2016
commit 0ae73460b8a1e6175b4ffc689ae03a4e6a1ec051
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Once you have explored this the next step is to create your own Workspace and Pr

# Quickstart Instructions

These instructions will spin up an instance in a single server in AWS (for evaluation purposes).
These instructions will spin up an instance in a single server in AWS (for evaluation purposes). Please check the [prerequisites](http://accenture.github.io/adop-docker-compose/docs/prerequisites/).

NB. the instructions will also work in anywhere supported by [Docker Machine](https://docs.docker.com/machine/), just follow the relevant Docker Machine instructions for your target platform and then start at step 3 below and (you can set the AWS_VPC_ID to NA).

Expand Down
5 changes: 4 additions & 1 deletion site/_docs/prerequisites.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,8 @@ To run ADOP in evaluation mode you will need:
* Docker Toolbox can install Git Bash for you
* Docker & Docker Compose
* Can be installed separately or via Docker Toolbox
* Docker Engine 1.9.1
* Docker Compose 1.6.2
* Docker Machine
* Only required for evaluation mode
* Only required for evaluation mode
* Docker Machine 0.6.0
2 changes: 1 addition & 1 deletion site/_docs/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ title: Quickstart
permalink: /docs/quickstart/
---

These instructions will spin up an instance in a single server in AWS (for evaluation purposes).
These instructions will spin up an instance in a single server in AWS (for evaluation purposes). Please check the [prerequisites](/adop-docker-compose/docs/prerequisites/).

NB. the instructions will also work in anywhere supported by [Docker Machine](https://docs.docker.com/machine/), just follow the relevant Docker Machine instructions for your target platform and then start at step 3 below and (you can set the VPC_ID to NA).

Expand Down