docs: Small typo fix

Signed-off-by: Ahmet Alp Balkan <ahmetalpbalkan@gmail.com>
pull/852/head
Ahmet Alp Balkan 2015-08-11 20:47:34 +00:00
parent 1d5b311fc4
commit c471d986d7
1 changed files with 1 additions and 1 deletions

View File

@ -344,7 +344,7 @@ Permitted values are `error`, `warn`, `info` and `debug`. The default is
The storage option is **required** and defines which storage backend is in use.
You must configure one backend; if you configure more, the registry returns an error.
If you are deploying a registry on Windows, be aware that a Windows volume mounted from the host is not recommended. Instead, you can use a S3, or Azure, backing data-store. If you do use a Windows volume, you must ensure that the `PATH` to the mount point is within Window's `MAX_PATH` limits. Failure to do so can result in the following error message:
If you are deploying a registry on Windows, be aware that a Windows volume mounted from the host is not recommended. Instead, you can use a S3, or Azure, backing data-store. If you do use a Windows volume, you must ensure that the `PATH` to the mount point is within Windows' `MAX_PATH` limits (typically 255 characters). Failure to do so can result in the following error message:
mkdir /XXX protocol error and your registry will not function properly.