-4

I'm trying to to continue a Docker container which has exited:

docker ps
CONTAINER ID   IMAGE     COMMAND                  CREATED              STATUS          PORTS     NAMES
7e40e397121a   kim       "/bin/sh -c 'python …"   About a minute ago   Up 12 seconds             mystifying_roentgen
docker start -i 7e40e397121a21a764aa78b2c6aeaddfd9dee58bd4627c9d97e00d552271aecc
// Nothing happens

Why would make it hang? When I first run the image it still works fine.

Ooker
  • 1,969
  • 4
  • 28
  • 58
  • Please share more information to help others reproduce the issue you're having – opeonikute Aug 30 '23 at 14:08
  • 2
    Without seeing a [mcve] it's almost impossible to tell what's happening; can you [edit] the question? If `docker rm` the existing container and `docker run` a new one fixes the problem, that's probably the right answer in any case. – David Maze Aug 30 '23 at 14:09

0 Answers0