empire
empire copied to clipboard
Attach to running container.
This would be a pretty sweet feature if we could build it: attach to a running container from emp ps. Something like:
$ emp exec <task id> bash -a <app>
Thinking about this a bit. If we pointed Empire at swarm for the Docker daemon, then we could just use the /containers endpoint and filter on the com.amazonaws.ecs.task-arn label.