Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用托管在云上的 ubuntu 服务器并尝试通过此命令设置 cadvisor
docker run -d --name=cadvisor -p 8080:8080 --volume=/var/run:/var/run:rw --volume=/sys:/sys:ro --volume=/var/lib/docker/:/var/lib/docker:ro google/cadvisor:latest
它已正确安装,但现在我需要从浏览器公开 API。我该怎么做。
您可以通过以下方式访问 cAdisor Remote REST API:
示例:http:// <host-ip>:8080/api/v1.3/ <req-path>。
<host-ip>
<req-path>
有关详细信息,请参阅这些文档: