https://github.com/google/cadvisor

命令总结:

不能访问 gcr.io 的情况下用下面命令拉取镜像

sudo curl -s https://zhangguanzhang.github.io/bash/pull.sh | sudo bash -s -- gcr.io/google-containers/cadvisor:latest
sudo docker run \
--volume=/:/rootfs:ro \
--volume=/var/run:/var/run:ro \
--volume=/sys:/sys:ro \
--volume=/var/lib/docker/:/var/lib/docker:ro \
--volume=/dev/disk/:/dev/disk:ro \
--publish=8080:8080 \
--detach=true \
--name=cadvisor \
gcr.io/google-containers/cadvisor:latest

相关文章:

  • 2021-12-10
  • 2021-12-31
  • 2021-04-06
  • 2021-07-03
  • 2021-12-05
  • 2021-08-13
  • 2022-01-14
  • 2021-12-26
猜你喜欢
  • 2022-01-11
  • 2022-12-23
  • 2022-12-23
  • 2021-09-07
  • 2021-12-20
  • 2021-07-09
  • 2021-05-19
相关资源
相似解决方案