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

Поділитися
Вставка
  • Опубліковано 29 сер 2024

КОМЕНТАРІ • 20

  • @nananana0099
    @nananana0099 6 місяців тому

    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.

  • @_stevied_
    @_stevied_ 3 місяці тому

    Exactly what I needed. Thanks for putting this together!

  • @geosystems2106
    @geosystems2106 Рік тому +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

  • @DiogoBaeder
    @DiogoBaeder 8 місяців тому

    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 9 місяців тому

    Awesome demo of Nexus, thanks

  • @ahmedelmelegy5490
    @ahmedelmelegy5490 Місяць тому

    Great content
    Thanks a lot

  • @realisticprogramming
    @realisticprogramming 2 місяці тому

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

  • @sinanei953
    @sinanei953 6 місяців тому

    i was struggling to create proxy repo you saved me

  • @dmcdubled1436
    @dmcdubled1436 9 місяців тому

    Thank you so much. Perfect explained

  • @feuwofeutseucyrillejoel8302

    Excellent Video. all is perfect and perfecty explained thank you

  • @pdovhomilja
    @pdovhomilja Рік тому

    Hi Chris and thank you for the useful tutorial.

  • @abdalrhmnzero5929
    @abdalrhmnzero5929 6 місяців тому

    duude i am really needed this info thank you so muchhh

  • @alantexas3839
    @alantexas3839 3 місяці тому +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.

  • @andrewgkew
    @andrewgkew 2 роки тому +1

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

  • @nmatrix9
    @nmatrix9 Рік тому

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

  • @ronaldoamysterdam8038
    @ronaldoamysterdam8038 2 роки тому +1

    Very good!

  • @AnythinG-ie7jd
    @AnythinG-ie7jd Рік тому

    AWESOME 🔥🔥🔥

  • @faruksirkinti6168
    @faruksirkinti6168 10 місяців тому

    thanks

  • @naim2083
    @naim2083 2 роки тому

    nice video