def attach_run_shell(): """ Run a shell when attaching Please do not call directly, this will execvp the shell. This is to be used in conjunction with the attach method of a container. """ return _lxc.attach_run_shell(None)