I'd like to use a different command to start a stopped Docker container because the normal command crashes, which means I can't start the container and then use 'docker exec'.
I mostly want to start a shell so that I can investigate the contents of the container.
Fortunately, I used the -it option when I built the container!