topology_docker.shell¶
Docker shell helper class module.
Classes¶
DockerShell: Genericdocker execshell for unspecified interactive session.DockerBashShell: Specializeddocker execshell that will run and setup a bash
-
class
topology_docker.shell.DockerShell(container, command, *args, **kwargs)¶ Generic
docker execshell for unspecified interactive session.Inheritance
-
class
topology_docker.shell.DockerBashShell(container, command, *args, **kwargs)¶ Specialized
docker execshell that will run and setup a bash interactive session.Inheritance