Rename dev-config.yml and example-config.yml to config-dev.yml and config-example.yml

Better for sort order.

Signed-off-by: Aaron Lehmann <aaron.lehmann@docker.com>
This commit is contained in:
Aaron Lehmann 2015-07-30 15:51:50 -07:00
parent 0304ab09cf
commit 6c2ef78aa7
5 changed files with 3 additions and 3 deletions

View file

@ -1571,7 +1571,7 @@ The above configures the registry instance to run on port `5000`, binding to
verbose.
A similar simple configuration is available at
[example-config.yml](https://github.com/docker/distribution/blob/master/cmd/registry/example-config.yml).
[config-example.yml](https://github.com/docker/distribution/blob/master/cmd/registry/config-example.yml).
Both are generally useful for local development.