I’m runningdocker run -it
And installed the openjdk, then I exit, how can I enter the original container again?
docker exec -it {dockerId} /bin/bash
I’m runningdocker run -it
And installed the openjdk, then I exit, how can I enter the original container again?
docker exec -it {dockerId} /bin/bash