Skip to content

Instantly share code, notes, and snippets.

@grkvlt
Last active October 14, 2016 16:50
Show Gist options
  • Save grkvlt/0a7209a4d8a47b52739eb33c21d7e8ba to your computer and use it in GitHub Desktop.
Save grkvlt/0a7209a4d8a47b52739eb33c21d7e8ba to your computer and use it in GitHub Desktop.
Single Docker on AWS
name: DockerEngineSingle
location:
jclouds:aws-ec2:
region: us-east-1
privateKeyFile: "~/.ssh/adk.pem"
loginUser.privateKeyFile: "~/.ssh/adk.pem"
keyPair: "adk"
templateOptions:
securityGroups:
- "sg-0da1a477"
services:
- type: 'docker-cloud-single:1.1.1'
brooklyn.config:
entity.dynamicLocation.name: DockerEngineSingle
docker.host.cluster.initial.size: 1
docker.registry.start: true
docker.version: 1.10.3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment