empire icon indicating copy to clipboard operation
empire copied to clipboard

Attach to running container.

Open ejholmes opened this issue 10 years ago • 1 comments

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>

ejholmes avatar Aug 19 '15 23:08 ejholmes

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.

ejholmes avatar May 11 '16 07:05 ejholmes