コード例 #1
0
ファイル: __init__.py プロジェクト: ChaosCloud/lxc
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)
コード例 #2
0
ファイル: __init__.py プロジェクト: msanchezt/lxc
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)