Larry Cai

Results 32 comments of Larry Cai

@blachniet yes, I met this problem as well, and manually created 3 PVs to make it work @tankchintan agree with @blachniet , PVC will automatically select from the PV pools...

This is a good issue to address this in documentation clearly. My use case is to install jenkins via helm chart and keep it running like before, and want to...

+1 for boot2docker/Windows for this error, and it disappear in 2nd time. registry:0.9.1 boot2docker 1.4.1

@bjaglin I tried it and works perfect for me on pull/push/login commands !!! this shall be default configuration in nginx-registry, recommend to put under https://github.com/docker/docker-registry/tree/master/contrib/nginx One extra questions for messages...

@bjaglin for line ``` rewrite ^(.*)$ https://myregisty.net$1 last; ``` could be better for below ? ``` rewrite ^(.*)$ https://$host$1 last; ``` so if I test it locally, `curl http://localhost` it...

@bjaglin did you solve the problem I mentioned above ? cc @joda70 `not clear message in `docker push` without authentication, though it shows 401 error in daemon logs.` It looks...

@bjaglin like the new conf, quite clean, I also add simple LDAP certification as reference, see https://github.com/larrycai/nginx-registry , but above problem still there

there are two ways for degree sign 1. use default character in its RAM, actually it is `0xDF`, see https://mil.ufl.edu/3744/docs/lcdmanual/characterset.html, it may differ for different LCD, check its datasheet 2....

I vote for this feature as well!