Server restart completedocker container ls
Return is empty
Uncomfortable
But it was found thatdocker network ls
The previously configured bridge is still in place
Is there any way to avoid it? Does container hang up after restarting? In other words, it will start automatically according to the original configuration after restarting?
Because the previous container was equipped with bridge network
Use the following command to list all container:
docker container ls -a
Then start:
docker container start xxxxyyyyzzzz
I hope I can help you.