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.

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b36494-2bfe4.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b36494-2bfe4.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?