Let's assume that we have some host with containers on it. When I type lxc-console
I can get access from host's cmd
to container's cmd
, so I want to know what exactly happens? I mean how lxc-console
implement process into container and get access to terminal?
Asked
Active
Viewed 81 times
0

zerospiel
- 467
- 1
- 5
- 10
-
What is the problem you are attempting to solve? Where have you looked for the answers to this question? The source and man page for this command is readily available. (hint search github for LXC) – Rik Schneider Nov 25 '13 at 22:23
-
@RikSchneider I've already trying to find out answer in LXC source, ty – zerospiel Nov 26 '13 at 06:09