win10Linux子系统安装docker记录
Posted _less is more
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了win10Linux子系统安装docker记录相关的知识,希望对你有一定的参考价值。
1、System has not been booted with systemd as init system (PID 1). Can‘t operate
window10下WSL的Ubuntu,是SysV init而不是systemd,所以systemctl的命令用不了
2、WSL子系统Ubuntu安装docker必须要docker Windows桌面版的支持
安装参考https://blog.csdn.net/lupengfei1009/article/details/94637398
3、查看docker容器日志的方法
docker logs -t --since 10m percona
以上是关于win10Linux子系统安装docker记录的主要内容,如果未能解决你的问题,请参考以下文章