泊坞窗:无法通过tcp:// localhost:2375连接到Docker守护程序。泊坞窗守护程序正在运行吗?

时间:2019-10-10 11:54:05

标签: docker ubuntu

我确实尝试了很多解决方案,但对我来说却无济于事。也许是因为我将WSL用于窗口(ubuntu 18.04),但是我不确定。请问有人解决了这个问题。让我知道

enter image description here

我的ubuntu数据:

enter image description here

我已使用本教程进行安装,但更早之前,我使用的是官方教程,但这给了我同样的问题:

https://linuxize.com/post/how-to-install-and-use-docker-on-ubuntu-18-04/

1 个答案:

答案 0 :(得分:0)

问题很可能是您试图将docker用作不属于docker组的标准用户,而是使用root。

首先,检查服务是否确实以public class TestObject { public string key { get; set; } } [AllowAnonymous] [HttpPost] public IActionResult Create([FromForm] TestObject msgBody) { Console.WriteLine(msgBody.ToString()); WeatherForecast retval = new WeatherForecast(); return new OkObjectResult(retval); } 运行。

如果服务正在运行,请尝试运行与systemctl status docker.service相同的容器。

如果它以root用户身份运行,则只需将用户添加到docker组即可。 root