After the server restarts, the docker container is gone.

docker container ls returned empty
uncomfortable
but found that the bridge configured before docker network ls is still in
. Is there any way to avoid it? will all container hang up after restart? Or is it automatically started according to the original configuration after reboot?
because the previous container is equipped with bridge network

Apr.03,2021

use the following command to list all the container:

docker container ls -a

then start:

docker container start xxxxyyyyzzzz

I hope I can help you.

Menu