cpg1111 / maestrod

Manager Daemon for maestro https://github.com/cpg1111/maestro

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

shell session for debuging

cpg1111 opened this issue · comments

Whether it's Docker, LXC, RKT, KVM, etc. there should be some ability to get a shell into the environment for debugging. In the case of application containers, it should be able to exec bash over a tcp like kubectl exec -it <pod> bash behaves in Kubernetes. In the case of a machine container or a VM, it should support SSH.