Created
May 20, 2016 19:46
-
-
Save shafi-codez/38739fdeeb46220e02cf89822158a54f to your computer and use it in GitHub Desktop.
ecs config file
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
ECS_CLUSTER=default | |
ECS_ENGINE_AUTH_TYPE=dockercfg | |
ECS_ENGINE_AUTH_DATA=~/.docker/config.json | |
AWS_DEFAULT_REGION=us-east-1 | |
ECS_DISABLE_METRICS=true | |
DOCKER_HOST=unix:///var/run/docker.sock | |
ECS_LOGLEVEL=info | |
ECS_LOGFILE=/ecs-agent.log | |
ECS_DATADIR=/data | |
ECS_UPDATES_ENABLED=false | |
ECS_UPDATE_DOWNLOAD_DIR=/cache | |
ECS_AVAILABLE_LOGGING_DRIVERS=["json-file"] | |
ECS_DISABLE_METRICS=false | |
ECS_DOCKER_GRAPHPATH=/var/lib/docker | |
ECS_ENGINE_TASK_CLEANUP_WAIT_DURATION=12h |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment