containerDefinitions example: sleep360.json

From wikieduonline
Revision as of 20:36, 10 November 2022 by Ant (talk | contribs)
Jump to navigation Jump to search


https://awscli.amazonaws.com/v2/documentation/api/latest/reference/ecs/register-task-definition.html

{
   "containerDefinitions": [
       {
           "name": "sleep",
           "image": "busybox",
           "cpu": 10,
           "command": [
               "sleep",
               "360"
           ],
           "memory": 10,
           "essential": true
       }
   ],
   "family": "sleep360"
}


See also

Advertising: