Add the specific options added in the new 1.3 admin UI

Signed-off-by: Sven Dowideit <SvenDowideit@home.org.au>
This commit is contained in:
Sven Dowideit 2015-08-25 20:33:28 +10:00
parent 0ad23ed720
commit 0342b805ed
1 changed files with 25 additions and 6 deletions

View File

@ -292,13 +292,32 @@ or use the full Yaml configuration file upload to have more detailed control.
You can view the current `storage.yaml` file on your DTR Docker host in the `/usr/local/etc/dtr/` You can view the current `storage.yaml` file on your DTR Docker host in the `/usr/local/etc/dtr/`
directory. directory.
### Filesystem settings
The [filesystem storage backend](/registry/configuration/#filesystem)
has only one setting - the "Storage directory", the root directory in which all
registry files are stored.
### S3 settings
The [S3 storage backend](/registry/configuration/#s3) page allows you to set the
"AWS region", "Bucket name", "Access Key", and "Secret Key".
### Azure settings
The [Azure storage backend](/registry/configuration/#azure) page allows you to set
the "Account name", "Account key", "Container", and "Realm".
### Yaml configuration file ### Yaml configuration file
This file (`/usr/local/etc/dtr/storage.yml`) is If the Quick setup options above are not sufficient to configure your Registry
used to configure the image storage services. The editable text of the file is options, you can upload a YAML file.
displayed in the dialog box. The schema of this file is identical to that used
The schema of this file is identical to that used
by the [Registry 2.0](http://docs.docker.com/registry/configuration/). by the [Registry 2.0](http://docs.docker.com/registry/configuration/).
* If you are using the file system driver to provide local image storage, you will need to specify a root directory which will get mounted as a sub-path of
* If you are using the file system driver to provide local image storage, you
will need to specify a root directory which will get mounted as a sub-path of
`/var/local/dtr/image-storage`. The default value of this root directory is `/var/local/dtr/image-storage`. The default value of this root directory is
`/local`, so the full path to it is `/var/local/dtr/image-storage/local`. `/local`, so the full path to it is `/var/local/dtr/image-storage/local`.