ECR Task definition: Container links should not have a cycle?
问题 I'm using AWS-CLI to register an ECR task definition. My task definition is like follows: { "family": "", "taskRoleArn": "", "executionRoleArn": "", "networkMode": "none", "containerDefinitions": [ { "name": "", "image": "", "cpu": 0, "memory": 0, "memoryReservation": 0, "links": [ "" ], "portMappings": [ { "hostPort": 80, "protocol": "tcp", "containerPort": 80 } ], "essential": true, "entryPoint": [ "" ], "command": [ "" ], "environment": [ { "name": "", "value": "" } ], "mountPoints": [ {