Skip to content

Instantly share code, notes, and snippets.

@wonderb0lt
Last active August 29, 2015 14:11
Show Gist options
  • Save wonderb0lt/39a310ebf5d717d4bd82 to your computer and use it in GitHub Desktop.
Save wonderb0lt/39a310ebf5d717d4bd82 to your computer and use it in GitHub Desktop.
cfn/docker dockerrun
{
"AWSEBDockerrunVersion": 1,
"Image": {
"Name": "some-docker-registry.elasticbeanstalk.com/property-service:latest"
},
"Authentication": {
"Bucket": "docker-artifacts",
"Key": ".dockercfg"
},
"Ports": [
{
"ContainerPort": "8080"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment