Set up a Private Docker Repository and Docker Hub Proxy with Nexus

Поделиться
HTML-код
  • Опубликовано: 26 ноя 2024

Комментарии • 20

  • @nananana0099
    @nananana0099 9 месяцев назад

    I am a devops working at a financial company and was working on the company's internal network.
    This video helped me set up docker proxy very easily, quickly and reliably.
    Additionally, if assign a domain to nexus3 and process the SSL certificate on a loadbalancer (regardless of the provider) in front of the nexus3 server, you do not need to set up insecure-registry.

  • @geosystems2106
    @geosystems2106 2 года назад +2

    Best video about this topic !!!! I struggled with many other "private registry" videos and finally (in combination with nexus), I understood the concepts much better. I missed the point about the "Docker Index"/Use Docker Hub setting which led to an "manifest unknown" error but eventually I corrected it.

  • @chuwaca21
    @chuwaca21 Год назад +2

    Excellent video. Perfectly explained step by step. Simply awesome

  • @_stevied_
    @_stevied_ 6 месяцев назад

    Exactly what I needed. Thanks for putting this together!

  • @DiogoBaeder
    @DiogoBaeder 11 месяцев назад

    Great video! I was having a hard time following the Nexus docs and figuring out the URL I should use to pull images through the proxy, and only with your video it was clear that the image name should be provided from the start of the path - and not include the repo name.
    There's one thing I would change in your video, though: it's not great advice to have the volume directory given permissions as 777; The reason why it fails by default is because the Nexus container expects that directory to have the ownership for the same user as the one that runs Nexus itself, which is user 200. So changing the directory ownership from whatever it is (usually user 1000 - if you're running that in a desktop through Docker for example) to 200:200 (user:group) is what fixes the issue.
    Cheers!

  • @kenmurphy4259
    @kenmurphy4259 Год назад

    Awesome demo of Nexus, thanks

  • @pdovhomilja
    @pdovhomilja Год назад

    Hi Chris and thank you for the useful tutorial.

  • @andrewgkew
    @andrewgkew 2 года назад +1

    Awesome video thanks Chris. Is the followup vid ready yet?

  • @alantexas3839
    @alantexas3839 6 месяцев назад +1

    Thanks for the detail process. Question: Is there a way to tell docker to use the default repository instead of qualifying on the commmand line? I'm not happy about qualifying it on the command line. Furthermore, I do not want to see repository qualified image names with the repository especially if they are being proxied from Dockerhub.

  • @sinanei953
    @sinanei953 9 месяцев назад

    i was struggling to create proxy repo you saved me

  • @dmcdubled1436
    @dmcdubled1436 Год назад

    Thank you so much. Perfect explained

  • @realisticprogramming
    @realisticprogramming 5 месяцев назад

    Great video! Straight to the point. Nice. :)

  • @feuwofeutseucyrillejoel8302
    @feuwofeutseucyrillejoel8302 Год назад

    Excellent Video. all is perfect and perfecty explained thank you

  • @abdalrhmnzero5929
    @abdalrhmnzero5929 9 месяцев назад

    duude i am really needed this info thank you so muchhh

  • @ahmedelmelegy5490
    @ahmedelmelegy5490 4 месяца назад

    Great content
    Thanks a lot

  • @nmatrix9
    @nmatrix9 Год назад

    Thank you!!!!!!!! Sonatypes own documentation is missing a ton of critical information to get their own product working with Docker Hub.

  • @AnythinG-ie7jd
    @AnythinG-ie7jd Год назад

    AWESOME 🔥🔥🔥

  • @ronaldoamysterdam8038
    @ronaldoamysterdam8038 2 года назад +1

    Very good!

  • @faruksirkinti6168
    @faruksirkinti6168 Год назад

    thanks

  • @naim2083
    @naim2083 2 года назад

    nice video