你可以通过运行以下命令来验证Docker daemon是否正在监听tcp://localhost:2375: bash sudo netstat -tuln | grep 2375 如果一切配置正确,你应该能看到Docker daemon在tcp://localhost:2375上监听的条目。 注意:禁用TLS会使Docker daemon暴露在不安全的网络环境中,这可能会导致安全风险。在生产环境中,强烈建议启用TLS...
步骤2:进入 Docker Daemon 配置页面 在Docker Desktop 设置页面中,选择左侧的 “Docker Daemon”(Docker 守护程序)选项卡。 步骤3:添加需要暴露的端口 在Docker Daemon 配置页面中,找到 “General”(常规)部分,查找expose daemon on tcp://localhost:2375 without TLS(在本地使用 TCP 协议暴露守护程序,端口为 2375...
Steps to reproduce the behavior Just set the checkbox in settingExpose daemon on TCP://localhost:2375 without TLS. Or setting it in daemon.json: { "hosts": ["tcp://0.0.0.0:2375"] }
jacrys changed the title error during connect: Get http://localhost:2375/v1.39/info: dial tcp [::1]:2375: connectex: No connection could be made because the target machine actively refused it. Docker doesn't actually open port to expose daemon on Build 1903 May 16, 2019 jacrys closed...