You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If multiple containers match the docker ps -a -q -f label=com.amazonaws.ecs.task-arn='$TASK_ID' call in ecs-run-shell, it will fail. Piping the command through head -1 resolves it.