I am a beginner. After creating a container using Docker Run, I found that it cannot be restarted. I referred to some tutorials (following instructions), I also used docker run -rm -it [ID] bash
to solve the problem.
I cannot re-start an exited container
after docker start -i [ID]
, terminal gave NOTHING!
what I entered
also, docker logs [ID]
gave NOTHING!
I’ve tried the method in this link, but it ultimately did not solve the problem.
New contributor
渐入佳境groove is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.