Skip to content

Instantly share code, notes, and snippets.

@yury-sannikov
Created September 9, 2017 18:43
Show Gist options
  • Save yury-sannikov/1da1c0e2b6da6712b716fc1155bc6447 to your computer and use it in GitHub Desktop.
Save yury-sannikov/1da1c0e2b6da6712b716fc1155bc6447 to your computer and use it in GitHub Desktop.
GPU Docker Task Definition
{
"taskDefinition": {
"status": "ACTIVE",
"networkMode": "bridge",
"family": "gpu-docker",
"placementConstraints": [],
"volumes": [],
"taskDefinitionArn": "arn:aws:ecs:us-east-1:217509956792:task-definition/ethminer-docker:1",
"containerDefinitions": [
{
"environment": [
{
"name": "ETHMINER_FARM_URL",
"value": "<your pool url>"
}
],
"name": "ethminer",
"mountPoints": [],
"image": "217509956792.dkr.ecr.us-east-1.amazonaws.com/ethminer-docker",
"dockerLabels": {
"name": "gpuminer-container"
},
"cpu": 1024,
"portMappings": [],
"memory": 15042,
"privileged": true,
"essential": true,
"volumesFrom": []
}
],
"revision": 1
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment