HomeDevCentral

Document HTTP/HTTPS pitfall when pulling from the local Docker registry

Description

Document HTTP/HTTPS pitfall when pulling from the local Docker registry

Summary:
Pulling from localhost:5000 fails with "server gave HTTP response to
HTTPS client" because that endpoint is plain HTTP while Docker expects
HTTPS by default. registry.nasqueron.org is the same registry behind
our HTTPS reverse proxy and works everywhere without extra config, so
recommend it for pulls, including from docker-001.

Refs T1792

Reviewers: dereckson, ptdradmin

Reviewed By: dereckson, ptdradmin

Maniphest Tasks: T1792

Differential Revision: https://devcentral.nasqueron.org/D4131

Details

Auditors
ptdradmin
Provenance
ptdradminAuthored on Sun, Jul 19, 12:48
ptdradminPushed on Sun, Jul 19, 18:08
Reviewer
dereckson
Differential Revision
D4131: Document HTTP/HTTPS pitfall when pulling from the local Docker registry
Parents
rINFRAWWW0fcf4f2c0649: Update IRC channel to Libera network
Branches
Unknown
Tags
Unknown
References
HEAD -> main
Tasks
T1792: Docker registry HTTP / HTTPS mismatch