I ran docker run -it
and installed openjdk, and then I exited. How can I enter the original container again?
ringa_lee2017-05-16 13:19:41
First use docker ps -a to find the corresponding stopped container id, and then use docker start -ia <containerid> to start the container