【发布时间】:2016-01-25 10:36:38
【问题描述】:
我想测试 ELK。 它工作正常 但是当我想做一个
docker-compose up
在代理之后
docker-compose up --no-recreate
Building kibana
Step 1 : FROM kibana:latest
---> 544887fbfa30
Step 2 : RUN apt-get update && apt-get install -y netcat
---> Running in 794342b9d807
失败了
W: Some index files failed to download. They have been ignored, or old ones used instead.
没关系
docker build --build-arg http_proxy=http://proxy:3128 --build-arg https_proxy=http://proxy:3128 kibana
但是当我重做一个 docker-compose up 时,我尝试重新构建,并且无法通过代理
有什么帮助吗?
【问题讨论】:
标签: elasticsearch proxy docker