|
|
@ -158,6 +158,7 @@ def _connect_ssh(spec):
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
def _connect_buildah(spec):
|
|
|
|
def _connect_buildah(spec):
|
|
|
|
"""
|
|
|
|
"""
|
|
|
|
Return ContextService arguments for a Buildah connection.
|
|
|
|
Return ContextService arguments for a Buildah connection.
|
|
|
@ -173,6 +174,7 @@ def _connect_buildah(spec):
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
def _connect_docker(spec):
|
|
|
|
def _connect_docker(spec):
|
|
|
|
"""
|
|
|
|
"""
|
|
|
|
Return ContextService arguments for a Docker connection.
|
|
|
|
Return ContextService arguments for a Docker connection.
|
|
|
@ -276,6 +278,7 @@ def _connect_podman(spec):
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
def _connect_setns(spec, kind=None):
|
|
|
|
def _connect_setns(spec, kind=None):
|
|
|
|
"""
|
|
|
|
"""
|
|
|
|
Return ContextService arguments for a mitogen_setns connection.
|
|
|
|
Return ContextService arguments for a mitogen_setns connection.
|
|
|
|