DockerPopen# class wattson.networking.namespaces.docker_popen.DockerPopen(cmd, **kwargs)# Bases: Popen Methods __init__ Create new Popen instance. send_signal Send a signal to the process. Attributes pid_file_id __init__(cmd, **kwargs)# Create new Popen instance. send_signal(sig)# Send a signal to the process.