Rob Nelson
Rob Nelson
Thank for the quick reply!! Sorry if i was unclear. We've got dozens of repos and dozens of images in each repo, so the list of images available in the...
Thanks @kwk - The new registry in [docker/distribution](https://github.com/docker/distribution) looks much more promising - haven't tried it yet, but there appears to be no further development on the older python based...
@jainishshah17 -we run a secured registry, so what I do to solve this issue is start the registry-frontend on the same host as the registry container, and use a --link...
You'll need to 1) start the registry with --name registry_container_name 2) set the following in the frontend startup --link registry_container_name:registry -e ENV_DOCKER_REGISTRY_HOST=registry And you should be all set EDIT: perhaps...
I run the frontend proxy and the registry proxy from the same nginx, that way both the proxies can use the same port 443 - not sure which PROXY setting...
I've put a wiki page here with my nginx configurations and some rough 'docker run' statements - I'll update that shortly with more scripts and put some coreos examples as...
would very much like to see the implemented. nomp is so much cleaner than alternatives. more and more coins are realizing their need for mergedmining. fusioncoin team has put mergedmining...
S3 based FS delivered via convoy would in fact be useful for me - I store configuration data, and other static (or rarely changed) data on S3. I'm considering deploying...
ouch - yeah - S3 @ $0.03/GB-month vs EFS @ $0.30/GB-noth is quite a jump - TBH, we'd be likely to use both solutions. (I have an EFS use case...
debian 9 is now included