启动docker服务windows
# Docker Service on Windows can be started by using the following command:Start-Service docker# Docker Service can be stopped by running the following command:Stop-Service docker
·
# Docker Service on Windows can be started by using the following command:
Start-Service docker
# Docker Service can be stopped by running the following command:
Stop-Service docker
更多推荐
所有评论(0)