DockerShell.withPid constructor

DockerShell.withPid(
  1. int? pid
)

Attached to a bash shell with the given pid.

Implementation

DockerShell.withPid(this.pid);