Skip to content
This repository has been archived by the owner on Jun 13, 2021. It is now read-only.

Remove --insecure-registries flag #643

Merged

Commits on Sep 27, 2019

  1. Remove --insecure-registries flag

    The `--insecure-registries` flag is removed to have a consistent UX with
    Docker CLI.
    
    Instead of this flag, the list of insecure registries is retrieved from
    the engine. See https://docs.docker.com/registry/insecure/ to configure
    your engine to allow communication to an insecure registry.
    
    See the engine API documentation at
    https://docs.docker.com/engine/api/v1.40/#operation/SystemInfo
    and `RegistryConfig.IndexConfigs` fields.
    
    Signed-off-by: Yves Brissaud <yves.brissaud@docker.com>
    eunomie committed Sep 27, 2019
    Configuration menu
    Copy the full SHA
    82e4948 View commit details
    Browse the repository at this point in the history