mirror of
https://github.com/docker/cli.git
synced 2026-01-16 20:22:36 +03:00
Fix issue with restoring the tag store and setting static configuration from the daemon. i.e. the field on the TagStore struct must be made internal or the json.Unmarshal in restore will overwrite the insecure registries to be an empty struct. Signed-off-by: Michael Crosby <michael@docker.com> Conflicts: graph/pull.go graph/push.go graph/tags.go Upstream-commit: f29b2e48ebfb171f58375b6e355910fc2192aceb Component: engine