Please advise how to remove docker proxy settings,
I remember that I had set docker to use proxy initially and I removed file from /etc/systemd/system/docker.service.d.
I am trying to execute following command
sudo docker build -t <image_name> .
Is there a way to run docker command with no_proxy using --build-arg? Please advise
Thanks