Skip to content

Commit cbf205a

Browse files
authored
Merge pull request docker-archive#403 from docker/update-faq
Separated FAQ and added support for banner
2 parents 4aed1d9 + 832f78d commit cbf205a

25 files changed

+166
-85
lines changed

docs/Dockerfile.beta

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,5 @@ MAINTAINER French Ben <[email protected]> (@frenchben)
44
ENV PROJECT=editions
55

66
COPY . /src
7-
COPY . /docs/content/
7+
COPY ./layouts/ /docs/layouts/
8+
COPY ./content/ /docs/content/

docs/aws/index.md renamed to docs/content/aws/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ The simplest way to use the template is with the AWS web console. The welcome em
4242
You can also invoke the template from the AWS CLI:
4343

4444
```
45-
$ aws cloudformation create-stack --stack-name teststack --template-url <templateurl> --parameters ParameterKey=KeyName,ParameterValue=<keyname> ParameterKey=InstanceType,ParameterValue=t2.micro ParameterKey=ManagerInstanceType,ParameterValue=t2.micro ParameterKey=ClusterSize,ParameterValue=1 --capabilities CAPABILITY_IAM
45+
$ aws cloudformation create-stack --stack-name teststack --template-url <templateurl> --parameters ParameterKey=KeyName,ParameterValue=<keyname> ParameterKey=InstanceType,ParameterValue=t2.micro ParameterKey=ManagerInstanceType,ParameterValue=t2.micro ParameterKey=ClusterSize,ParameterValue=1 --capabilities CAPABILITY_IAM
4646
```
4747

4848
To fully automate installs, you can use the [AWS Cloudformation API](http://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/Welcome.html).
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)