Run command in stopped container

in the bash example, because you’re starting the same program, you can do docker start -ai mycont

but in general, no, you’d need to start the container again, (which resumes from where you left off) and then docker exec something in it.