I\'m trying to implement the equivalent of docker run -it --rm bash:4.4 using the docker-py run() routine, but it always hangs up - clearly an I/O bloc
docker run -it --rm bash:4.4
docker-py