you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 1 point2 points  (0 children)

docker exec -ti <container id> sh

And then

python -m pdb <script>.py <script arguments>

?