Created
April 28, 2015 17:41
-
-
Save neilmillard/74af59968436ca79565e to your computer and use it in GitHub Desktop.
docker container datafile
This file contains hidden or 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
#!/bin/bash | |
yum install -y aws-cli | |
aws s3 cp s3://your_bucket_name/ecs.config /etc/ecs/ecs.config |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment