😂docker 启动参数不支持 api 监听 0.0.0.0,建议增加启动参数
Open
- Dominant language
- Python
- Stars
- 23.7k
- Forks
- 5.4k
- PR merge metrics
- No merged PRs in 30d
Description
```
# netstat -lnp|grep :5010
tcp6 0 0 :::5010 :::* LISTEN 33260/docker-proxy
```
docker 启动参数不支持 api 监听 0.0.0.0,建议增加启动参数。
我看了dockerfile 和 start.sh 都不支持配置 api 的监听 ip范围,目前只能在宿主机测试 restapi 很不方便。
redis 查询获取 ip 太累赘了。
🤣
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.