How to configure proxy for Docker ?

แชร์
ฝัง
  • เผยแพร่เมื่อ 2 ม.ค. 2025

ความคิดเห็น •

  • @tanyabaoia1690
    @tanyabaoia1690 3 ปีที่แล้ว +1

    thank you so much, you explain it very easy !!

    • @computeriseasy
      @computeriseasy  3 ปีที่แล้ว

      thanks, i am glad to hear that ;))

  • @varmaranjith
    @varmaranjith 2 ปีที่แล้ว +1

    Thank you so much!! This saved my day 😍😍😍

    • @computeriseasy
      @computeriseasy  2 ปีที่แล้ว

      your welcome. I am glad that it could help and thanks fpr yout feedback.

  • @ارشیاچشمه
    @ارشیاچشمه 3 ปีที่แล้ว +1

    احسنت میمزا

  • @id_SukaNonton21
    @id_SukaNonton21 ปีที่แล้ว +1

    how can i use username & password proxy?

    • @computeriseasy
      @computeriseasy  ปีที่แล้ว

      this may help you:
      Environment="HTTP_PROXY=:@:"
      Environment="HTTPS_PROXY=:@:"

  • @AR-sm5hs
    @AR-sm5hs 3 ปีที่แล้ว +2

    👌👌👌👌so nice

    • @computeriseasy
      @computeriseasy  3 ปีที่แล้ว

      thanks a lot, i am glad to hear that !

  • @varmaranjith
    @varmaranjith 2 ปีที่แล้ว +2

    Can you add kubernetes videos for proxy settings and installation as well?

    • @computeriseasy
      @computeriseasy  2 ปีที่แล้ว

      i will go in vaccation for 10 days, maybe after that, i am really sorry 😶

  • @thoughtsuncensored7321
    @thoughtsuncensored7321 2 ปีที่แล้ว +1

    Nice video but how would I go about it if I wanted each container to have its own proxy to access the net? This process shown will allow all running containers to use the same proxy right?

    • @computeriseasy
      @computeriseasy  2 ปีที่แล้ว +1

      Thanks for your feedback. For that case you could configure the proxy setting for each container in the container itself. Or you can start each container along with your proxy settings as environment variable. For example something like this:
      docker container run -e HTTP_PROXY=your-proxy -e HTTPS_PROXY=your-proxy your-image . So you can set a different proxy server for each container.

    • @thoughtsuncensored7321
      @thoughtsuncensored7321 2 ปีที่แล้ว +1

      @@computeriseasy do you have a video on your channel that would help a newbie like myself which explains this process?

    • @computeriseasy
      @computeriseasy  2 ปีที่แล้ว

      @@thoughtsuncensored7321 unfortunately not, sorry. this link may help you :
      docs.docker.com/network/proxy/