Last active
August 29, 2015 14:11
-
-
Save wonderb0lt/39a310ebf5d717d4bd82 to your computer and use it in GitHub Desktop.
cfn/docker dockerrun
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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