hans

hans

【Docker】remote access 远程访问模式配置


反正我在百度上找的方法都不能用。还是参照了官网的步骤配置成功了。

  1. 更改服务配置,在 ExecStart 后边添加 “-H tcp://127.0.0.1:2375”。 2375 端口号自己定义。

    sudo systemctl edit docker.service

  2. Ctrl+x 保存退出。

  3. 重启服务

    sudo systemctl daemon-reload

    sudo systemctl restart docker.service

  4. 测试

    curl http://127.0.0.1:6066/info

Loading...
Ownership of this post data is guaranteed by blockchain and smart contracts to the creator alone.