WSL 下輸入
如果出現錯誤訊息
Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?
記得輸入啟動 Docker 指令
如果是 WSL 是無法啟動 Docker
參考網路技術分享文章:
https://blog.csdn.net/u012814856/article/details/86130341
因為 WSL 不支援 Docker 進程
解決方法請參考網路技術分享文章:
https://www.cnblogs.com/xiaoliangge/p/9134585.html
開啟黃色 Expose daemon on tcp://localhost:2375 without TLS
再 WSL 上輸入指令
讓 WSL 連接到 Docker for Windows
就能正常的在 WSL 上使用 Docker
WSL
Docker
工作紀錄