"containerDefinitions": [
{
"name": "your-container-name",
"image": "your-private-registry/image-name:tag",
"cpu": 256,
"memory": 512,
"essential": true,
"portMappings": [
{
"containerPort": 80,
"hostPort": 80
}
]
}
],