Microsoft Azure storage driver

Important

This page contains information about hosting your own registry using the open source Docker Registryopen_in_new. For information about Docker Hub, which offers a hosted registry with additional features such as teams, organizations, web hooks, automated builds, etc, see Docker Hub.

An implementation of the storagedriver.StorageDriver interface which uses Microsoft Azure Blob Storageopen_in_new for object storage.

Parameters

ParameterRequiredDescription
accountnameyesName of the Azure Storage Account.
accountkeyyesPrimary or Secondary Key for the Storage Account.
containeryesName of the Azure root storage container in which all registry data is stored. Must comply the storage container name requirementsopen_in_new. For example, if your url is https://myaccount.blob.core.windows.net/myblob use the container value of myblob.
realmnoDomain name suffix for the Storage Service API endpoint. For example realm for "Azure in China" would be core.chinacloudapi.cn and realm for "Azure Government" would be core.usgovcloudapi.net. By default, this is core.windows.net.

Related information