I want to check ELK. It works great BUt when I want to do
docker-compose up
for proxy
docker-compose up
Building kibana
Step 1 : FROM kibana:latest
Step 2 : RUN apt-get update && apt-get install -y netcat
Failed
W: Some index files failed to download. They have been ignored, or old ones used instead.
"OK with
docker build --build-arg http_proxy=http://proxy:3128 --build-arg https_proxy=http://proxy:3128 kibana
But when I repeat the docker assembly, il tries to rebuild and was unable to go through the proxy
Any help?
toffd source
share