服务器重启后,docker容器和images都不见了,
运行下面的命令就好了
systemctl stop docker.socket
systemctl status docker
systemctl stop docker
systemctl start docker
docker ps -a
服务器重启后,docker容器和images都不见了,
运行下面的命令就好了
systemctl stop docker.socket
systemctl status docker
systemctl stop docker
systemctl start docker
docker ps -a