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
The docker registry for project is available [here](https://hub.docker.com/r/esailors/aws-ecr-http-proxy)
58
+
In case you want to enable SSL/TLS please replace the SSL certificates with the valid ones in `roles/docker-registry-proxy/files/*.pem`
36
59
37
-
### Note
38
-
The proxy has `HTTP` endpoint so in order to avoid docker client complaining about it either mark the registry host as insecure in your [deamon config](https://docs.docker.com/registry/insecure/) or add [SSL/TLS termination](https://docs.docker.com/registry/recipes/nginx)
60
+
### Note on SSL/TLS
61
+
The proxy is using `HTTP` (plain text) as default protocol for now. So in order to avoid docker client complaining either:
62
+
- (**Recommended**) Enable SSL/TLS using `ENABLE_SSL` configuration. For that you will have to mount your **valid** certificate/key in the container and pass the paths using `REGISTRY_HTTP_TLS_*` variables.
63
+
- Mark the registry host as insecure in your [deamon config](https://docs.docker.com/registry/insecure/).
0 commit comments