mirror of https://github.com/docker/docs.git
Merge pull request #22331 from SvenDowideit/minor-api-formating-change
Small API formating fix.
This commit is contained in:
commit
3f7b6754ca
|
@ -1397,14 +1397,14 @@ Query Parameters:
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
This object maps the hostname of a registry to an object containing the
|
This object maps the hostname of a registry to an object containing the
|
||||||
"username" and "password" for that registry. Multiple registries may
|
"username" and "password" for that registry. Multiple registries may
|
||||||
be specified as the build may be based on an image requiring
|
be specified as the build may be based on an image requiring
|
||||||
authentication to pull from any arbitrary registry. Only the registry
|
authentication to pull from any arbitrary registry. Only the registry
|
||||||
domain name (and port if not the default "443") are required. However
|
domain name (and port if not the default "443") are required. However
|
||||||
(for legacy reasons) the "official" Docker, Inc. hosted registry must
|
(for legacy reasons) the "official" Docker, Inc. hosted registry must
|
||||||
be specified with both a "https://" prefix and a "/v1/" suffix even
|
be specified with both a "https://" prefix and a "/v1/" suffix even
|
||||||
though Docker will prefer to use the v2 registry API.
|
though Docker will prefer to use the v2 registry API.
|
||||||
|
|
||||||
Status Codes:
|
Status Codes:
|
||||||
|
|
||||||
|
|
|
@ -1494,14 +1494,14 @@ Query Parameters:
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
This object maps the hostname of a registry to an object containing the
|
This object maps the hostname of a registry to an object containing the
|
||||||
"username" and "password" for that registry. Multiple registries may
|
"username" and "password" for that registry. Multiple registries may
|
||||||
be specified as the build may be based on an image requiring
|
be specified as the build may be based on an image requiring
|
||||||
authentication to pull from any arbitrary registry. Only the registry
|
authentication to pull from any arbitrary registry. Only the registry
|
||||||
domain name (and port if not the default "443") are required. However
|
domain name (and port if not the default "443") are required. However
|
||||||
(for legacy reasons) the "official" Docker, Inc. hosted registry must
|
(for legacy reasons) the "official" Docker, Inc. hosted registry must
|
||||||
be specified with both a "https://" prefix and a "/v1/" suffix even
|
be specified with both a "https://" prefix and a "/v1/" suffix even
|
||||||
though Docker will prefer to use the v2 registry API.
|
though Docker will prefer to use the v2 registry API.
|
||||||
|
|
||||||
Status Codes:
|
Status Codes:
|
||||||
|
|
||||||
|
|
|
@ -1666,14 +1666,14 @@ Query Parameters:
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
This object maps the hostname of a registry to an object containing the
|
This object maps the hostname of a registry to an object containing the
|
||||||
"username" and "password" for that registry. Multiple registries may
|
"username" and "password" for that registry. Multiple registries may
|
||||||
be specified as the build may be based on an image requiring
|
be specified as the build may be based on an image requiring
|
||||||
authentication to pull from any arbitrary registry. Only the registry
|
authentication to pull from any arbitrary registry. Only the registry
|
||||||
domain name (and port if not the default "443") are required. However
|
domain name (and port if not the default "443") are required. However
|
||||||
(for legacy reasons) the "official" Docker, Inc. hosted registry must
|
(for legacy reasons) the "official" Docker, Inc. hosted registry must
|
||||||
be specified with both a "https://" prefix and a "/v1/" suffix even
|
be specified with both a "https://" prefix and a "/v1/" suffix even
|
||||||
though Docker will prefer to use the v2 registry API.
|
though Docker will prefer to use the v2 registry API.
|
||||||
|
|
||||||
Status Codes:
|
Status Codes:
|
||||||
|
|
||||||
|
|
|
@ -1697,14 +1697,14 @@ Query Parameters:
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
This object maps the hostname of a registry to an object containing the
|
This object maps the hostname of a registry to an object containing the
|
||||||
"username" and "password" for that registry. Multiple registries may
|
"username" and "password" for that registry. Multiple registries may
|
||||||
be specified as the build may be based on an image requiring
|
be specified as the build may be based on an image requiring
|
||||||
authentication to pull from any arbitrary registry. Only the registry
|
authentication to pull from any arbitrary registry. Only the registry
|
||||||
domain name (and port if not the default "443") are required. However
|
domain name (and port if not the default "443") are required. However
|
||||||
(for legacy reasons) the "official" Docker, Inc. hosted registry must
|
(for legacy reasons) the "official" Docker, Inc. hosted registry must
|
||||||
be specified with both a "https://" prefix and a "/v1/" suffix even
|
be specified with both a "https://" prefix and a "/v1/" suffix even
|
||||||
though Docker will prefer to use the v2 registry API.
|
though Docker will prefer to use the v2 registry API.
|
||||||
|
|
||||||
Status Codes:
|
Status Codes:
|
||||||
|
|
||||||
|
|
|
@ -1704,14 +1704,14 @@ Query Parameters:
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
This object maps the hostname of a registry to an object containing the
|
This object maps the hostname of a registry to an object containing the
|
||||||
"username" and "password" for that registry. Multiple registries may
|
"username" and "password" for that registry. Multiple registries may
|
||||||
be specified as the build may be based on an image requiring
|
be specified as the build may be based on an image requiring
|
||||||
authentication to pull from any arbitrary registry. Only the registry
|
authentication to pull from any arbitrary registry. Only the registry
|
||||||
domain name (and port if not the default "443") are required. However
|
domain name (and port if not the default "443") are required. However
|
||||||
(for legacy reasons) the "official" Docker, Inc. hosted registry must
|
(for legacy reasons) the "official" Docker, Inc. hosted registry must
|
||||||
be specified with both a "https://" prefix and a "/v1/" suffix even
|
be specified with both a "https://" prefix and a "/v1/" suffix even
|
||||||
though Docker will prefer to use the v2 registry API.
|
though Docker will prefer to use the v2 registry API.
|
||||||
|
|
||||||
Status Codes:
|
Status Codes:
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue