[Proposal] a new way to handle none https registry #16578
Labels
area/distribution
area/security
kind/feature
Functionality or other elements that the project doesn't currently have. Features are new and shiny
Problem
In private cluster, we run docker registry in none https way, and may multiple registries. But docker must set daemon parameter
--insecure-registry
. This is not easy to use. For example, some team builds a docker cluster, they must modify docker daemon parameter and restart hole cluster in order to use a new none https registry.Proposal Request
We prefer to add docker cli to support this. like this:
The text was updated successfully, but these errors were encountered: