# 配置远程访问

编辑

```
sudo vi /usr/lib/systemd/system/docker.service
```

```
把原本是 
ExecStart=/usr/bin/dockerd  这一行 注释掉 改成

ExecStart=/usr/bin/dockerd -H tcp://0.0.0.0:2375 -H unix://var/run/docker.sock
```

然后保存后，重启Docker

再一次执行：`ps-ef|grepdocker`

> ubuntu 14 配置方法:<https://www.cnblogs.com/zqifa/p/linux-docker-3.html>
>
> ```
> DOCKER_OPTS="$DOCKER_OPTS -H unix:///var/run/docker.sock -H tcp://0.0.0.0:2375"
> ```

测试可以连接到docker api

`curl http://localhost:5251/version`

## 资料

[Ubuntu 开启 Docker远程API](http://blog.topspeedsnail.com/archives/5326)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docker.shujuwajue.com/pei-zhi-yuan-cheng-fang-wen.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
