udemy-docker-mastery icon indicating copy to clipboard operation
udemy-docker-mastery copied to clipboard

Registry lectures don't work past 2.7

Open BretFisher opened this issue 1 year ago • 0 comments

I use PWD training to walk students through installing a local registry and then doing the same with a self-signed cert. Something's changed since 2.7 release, so I need to debug and update existing lectures.

Student says:

Still not corrected and in play with docker it is also wrong. this works: docker run --entrypoint htpasswd registry:2.7.0 -Bbn moby gordon > auth/htpasswd

Future improvement: Don't bother with TLS in this simple registry deployment, but rather move from simple local registry HTTP to a Harbor section.

For reference

PWD Registry for Linux Part 1, Part 2 & 3

Docker's reg docs

Origional Q&A

Q&A suggesting hints until I get this fixed

BretFisher avatar Mar 02 '23 02:03 BretFisher