When running an app from docker, sometimes it would be nice to jump in and explore what the image looks like by cd
ing around and view the various files and directory structure with commands like ls
, as well as env
or other similar commands. A bit like pry for ruby.
Does an interactive debugger exist for Docker?