parabuzzle / craneoperator

Gives you a simple web interface for browsing around a Docker Registry
https://hub.docker.com/r/parabuzzle/craneoperator
MIT License
127 stars 32 forks source link

fix REGISTRY_PROTOCOL env name #42

Closed kubihie closed 6 years ago

kubihie commented 7 years ago

"REGISTRY_PROTO" is an invalid environment variable name. Fixed to "REGISTRY_PROTOCOL".

kubihie commented 7 years ago

I refer to this URL (https://hub.docker.com/r/parabuzzle/craneoperator/).

-e REGISTRY_PROTO = http

Although it was set, HTTPS communication could not be disabled.

parabuzzle commented 7 years ago

good catch. Sorry I missed this when I refactored everything. I'll get this worked in shortly.

you need to use -e REGISTRY_PROTOCOL=http now.

I'll update the docs.