I am trying to get pdb working with docker
We have just started using docker in development. I run python scripts inside docker
I can attach to a docker container:
 docker exec  -ti 6e2355917804  /bin/bash 
I can tail the output
 docker attach 6e2355917804
I've read this but I'm not using fig.
I can see the code hit the breakpoint but I can't interact with PDB.
Docker version 1.7.1,
 
    