摘要:
如果你按照网上的一些教程,使用systemd命令,如sudo systemctl start。 令你惊讶的是,该命令的结果是这样的错误。 System has not been booted with systemd as init system (PID 1). Can't operate. 原因 阅读全文
摘要:
执行docker ps命令,出现 Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running? 错误 此时已确定Docker本身已经安装正常。 问题原因是因为dock 阅读全文
摘要:
要想列出已经下载下来的镜像,可以使用 docker image ls 命令。 $ docker image ls REPOSITORY TAG IMAGE ID CREATED SIZE redis latest 5f515359c7f8 5 days ago 183 MB nginx latest 阅读全文