Skip to content

Commit

Permalink
Fix link in storage docs to Docker Registry Configuration (#512)
Browse files Browse the repository at this point in the history
All the registry docs have moved to Distribution per https://docs.docker.com/registry/

Signed-off-by: Ed Baunton <edbaunton@gmail.com>
  • Loading branch information
edbaunton authored and YangJiao0817 committed Jan 15, 2024
1 parent c30e135 commit ec8a9d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/install-config/configure-yml-file.md
Original file line number Diff line number Diff line change
Expand Up @@ -399,7 +399,7 @@ The `harbor.yml` file includes options to configure a UAA CA certificate. This a

## Configuring a Storage Backend {#backend}

By default Harbor uses local storage for the registry, but you can optionally configure the `storage_service` setting so that Harbor uses external storage. For information about how to configure the storage backend of a registry for different storage providers, see the [Registry Configuration Reference](https://docs.docker.com/registry/configuration/#storage) in the Docker documentation. For example, if you use Openstack Swift as your storage backend, the parameters might resemble the following:
By default Harbor uses local storage for the registry, but you can optionally configure the `storage_service` setting so that Harbor uses external storage. For information about how to configure the storage backend of a registry for different storage providers, see the [Distribution Configuration Reference](https://distribution.github.io/distribution/about/configuration/) in the Distribution Registry (previously Docker Registry) documentation. For example, if you use Openstack Swift as your storage backend, the parameters might resemble the following:

``` yaml
storage_service:
Expand Down

0 comments on commit ec8a9d2

Please sign in to comment.