for a project i need to communicate with a privat Docker Registry via AJAX Requests, but I get an error because of the "Same Origin Rule" and I should enable CORS. I managed to start the Docker Remote API with CORS enabled (flag: --api-enable-cors) is there any equivalent way to do this with a private Registry? Or is there another way to enable CORS when starting a private Registry? [EDIT: FYI - Registry and the mentioned Remote API are on different Machines]for a project i need to communicate with a priv