On Mon, 02/15 14:10, Alex Bennée wrote: > >> There is a slight wrinkle as to what happens if the user wants to enter > >> an interactive session for debugging. However that doesn't seem possible > >> via the makefile and perhaps that is just as well. Perhaps that should > >> be a helper script for the user?
Good idea. The "docker run" invocation should be able to drop stdio into an interactive shell, with Makefile. I'll take a look in v2. Fam