lxc-ps is a wrapper tp ps command to report the name of lxc container associated to reported processes.
The cgroup fs must be mounted before container creation, to be able to have lxc-ps to find the container associated to processes.
The additionnal specified ps options must not remove the default ps header and the pid information, to be able to have the lxc-ps to find the container associated to processes.
--name NAME
specify the container NAME to limit the output to the processes belonging to this container name.
--lxc
limit the output to the processes belonging to all lxc containers.
[ps options]
The option passed to lxc-ps are the same as the ps command.
list all the processes belonging to container 'foo' and show dependencies.