mirror of
https://github.com/docker/cli.git
synced 2026-09-01 02:24:23 -05:00
Private registries should support having images pushed with only a single name component (e.g. localhost:5000/myapp). The public registry currently requires two name components, but this is already enforced in the registry code. Signed-off-by: Derek McGowan <derek@mcgstyle.net> (github: dmcgowan) Upstream-commit: a0ca9190cc29215ce9ae69a6187d85bf689c8aa7 Component: engine