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
If you ran this command on "registry-proxy.example.com" you can now get your images using `docker pull registry-proxy.example.com:5000/repo/image`.
52
53
53
54
### Deploying the proxy
54
-
Modify the ansible role variables according to your need and run the playbook as follow:
55
+
Modify the ansible role [variables](https://github.com/eSailors/aws-ecr-http-proxy/tree/master/roles/docker-registry-proxy/defaults) according to your need and run the playbook as follow:
In case you want to enable SSL/TLS please replace the SSL certificates with the valid ones in `roles/docker-registry-proxy/files/*.pem`
59
+
In case you want to enable SSL/TLS please replace the SSL certificates with the valid ones in [roles/docker-registry-proxy/files/*.pem](https://github.com/eSailors/aws-ecr-http-proxy/tree/master/roles/docker-registry-proxy/files)
59
60
60
61
### Note on SSL/TLS
61
62
The proxy is using `HTTP` (plain text) as default protocol for now. So in order to avoid docker client complaining either:
62
63
- (**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/).
64
+
- Mark the registry host as insecure in your client [deamon config](https://docs.docker.com/registry/insecure/).
0 commit comments