摘要: 临时代理 # http代理 export http_proxy="http://proxyServer:port/" export http_proxy="socks4://proxyServer:port/" #协议不同 # https代理 export https_proxy="https:/p 阅读全文
posted @ 2023-02-08 15:20 Jruing 阅读(2672) 评论(0) 推荐(0)
摘要: ## 拉取镜像 ``` docker pull prom/prometheus:latest ``` ## 创建网络 (可不用) ``` # 方便其他组件连接Prometheus docker network create prom-network --driver bridge ``` ## 持久 阅读全文
posted @ 2023-02-08 15:03 Jruing 阅读(144) 评论(0) 推荐(0)