You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I use this docker registry UI and I have an issue...
Bug description
Registry started using : docker run -d -p 5000:80 -e REGISTRY_TITLE="PRegistry" -e REGISTRY_URL=http://localhost:5000 joxit/docker-registry-ui:latest
when docker push to local:5000 it gives below error. I can't use https.
'''
0002c93bdb37: Waiting
error parsing HTTP 404 response body: invalid character '<' looking for beginning of value: "\r\n<title>404 Not Found</title>\r\n\r\n
404 Not Found
\r\nnginx/1.25.0\r\n\r\n\r\n"
'''
The text was updated successfully, but these errors were encountered:
djaym7
changed the title
HTTP error
Can't push to registry : HTTP error
Jun 20, 2023
If you need to setup HTTPS, you must configure a reverse proxy in front of my project and your docker registry using NGINX or apache2/httpd and common OPS knowledge.
Hi, I use this docker registry UI and I have an issue...
Bug description
Registry started using : docker run -d -p 5000:80 -e REGISTRY_TITLE="PRegistry" -e REGISTRY_URL=http://localhost:5000 joxit/docker-registry-ui:latest
when docker push to local:5000 it gives below error. I can't use https.
'''
0002c93bdb37: Waiting
error parsing HTTP 404 response body: invalid character '<' looking for beginning of value: "\r\n<title>404 Not Found</title>\r\n\r\n
404 Not Found
\r\nnginx/1.25.0\r\n\r\n\r\n"
'''
The text was updated successfully, but these errors were encountered: