Reformat Readme and added custom domain support to the backlog (#62)

* Add ACR Backlog

* ACR Roadmap

* Reformat Readme and added custom domain support to the backlog
This commit is contained in:
Steve.Lasker@MSFT 2017-09-05 18:00:24 -07:00 коммит произвёл GitHub
Родитель fafc74eb4f
Коммит 62a1f4ddab
2 изменённых файлов: 31 добавлений и 29 удалений

Просмотреть файл

@ -1,37 +1,35 @@
# Azure Container Registry
This repo contains Samples and Troubleshooting tips for Azure Container Registry. If you face any issues, Please log it here - https://github.com/Azure/acr/issues
This repo contains Samples, Troubleshooting tips, and a collection of links for Azure Container Registry.
[FAQ](docs/FAQ.md)
## Blog Posts ##
* [ACR User Accounts]( https://blogs.msdn.microsoft.com/stevelasker/2016/11/17/azure-container-registry-user-accounts/)
* [Managed Registry Preview](https://blogs.msdn.microsoft.com/stevelasker/2017/07/25/new-azure-container-registry-skus/)
* [Deploying Docker Images to Azure Container Instances](https://blogs.msdn.microsoft.com/stevelasker/2017/07/28/deploying-docker-images-from-the-azure-container-registry-to-azure-container-instances/)
[Troubleshooting](docs/Troubleshooting%20Guide.md)
## Resources ##
## Blogs
ACR User Accounts - https://blogs.msdn.microsoft.com/stevelasker/2016/11/17/azure-container-registry-user-accounts/
* [Azure Container Registry Home Page](https://azure.microsoft.com/services/container-registry/)
* [Azure Container Registry Pricing](https://aka.ms/acr/pricing)
* [Official Documentation Page](https://aka.ms/acr/docs/)
* [Contribute to Documentation](https://github.com/Microsoft/azure-docs/blob/master/articles/container-registry/TOC.md)
* [Azure Management Portal](https://portal.azure.com/#blade/HubsExtension/Resources/resourceType/Microsoft.ContainerRegistry%2Fregistries)
* [AZ CLI Reference](https://docs.microsoft.com/cli/azure/acr)
* [Azure PowerShell Reference](https://docs.microsoft.com/powershell/module/azurerm.containerregistry)
* [FAQ](docs/FAQ.md)
* [Troubleshooting](docs/Troubleshooting%20Guide.md)
* [ACR Roadmap & Backlog](https://github.com/Azure/acr/blob/master/docs/acr-roadmap.md)
## Resources
## Providing Feedback ##
* [StackOverflow / Community Support](https://stackoverflow.com/search?q=azure+container+registry)
* [UserVoice/Feature Voting](https://feedback.azure.com/forums/903958-azure-container-registry)
* [Logging Issues](https://github.com/Azure/acr/issues)
Official Documentation Page - https://docs.microsoft.com/en-us/azure/container-registry/
## API and SDK References ##
Contribute to Documentation - https://github.com/Microsoft/azure-docs/blob/master/articles/container-registry/TOC.md
Azure Container Registry Home Page - https://azure.microsoft.com/en-us/services/container-registry/
Azure Management Portal - https://portal.azure.com/#blade/HubsExtension/Resources/resourceType/Microsoft.ContainerRegistry%2Fregistries
AZ CLI Reference - https://docs.microsoft.com/en-us/cli/azure/acr
Azure PowerShell Reference - https://docs.microsoft.com/powershell/module/azurerm.containerregistry
Log Issues - https://github.com/Azure/acr/issues
## API and SDK References
REST API Reference - https://docs.microsoft.com/en-us/rest/api/containerregistry/
> Swagger Specification - https://github.com/Azure/azure-rest-api-specs/blob/master/arm-containerregistry/2017-03-01/swagger/containerregistry.json
SDK for Python - https://pypi.python.org/pypi/azure-mgmt-containerregistry
> Source - https://github.com/Azure/azure-sdk-for-python/tree/master/azure-mgmt-containerregistry
SDK for .NET - https://www.nuget.org/packages/Microsoft.Azure.Management.ContainerRegistry
> Source - https://github.com/Azure/azure-sdk-for-net/tree/AutoRest/src/ResourceManagement/ContainerRegistry
* [REST API Reference](https://docs.microsoft.com/en-us/rest/api/containerregistry/)
* [Swagger Specification](https://github.com/Azure/azure-rest-api-specs/blob/master/arm-containerregistry/2017-03-01/swagger/containerregistry.json)
* [SDK for Python](https://pypi.python.org/pypi/azure-mgmt-containerregistry)
* [SDK for Python-Source](https://github.com/Azure/azure-sdk-for-python/tree/master/azure-mgmt-containerregistry)
* [SDK for .NET](https://www.nuget.org/packages/Microsoft.Azure.Management.ContainerRegistry)
* [SDK for .NET-Source](https://github.com/Azure/azure-sdk-for-net/tree/AutoRest/src/ResourceManagement/ContainerRegistry)

Просмотреть файл

@ -63,6 +63,10 @@ Containers include a portion of the base OS & Development Framework. As base ima
### Sovereign and Government Clouds ###
As container hosts, such as Azure Container Services move into these regions, ACR will be available. The exhaustive and lengthy certification process has begun.
### Custom Domain Support ###
Rather than using https://contoso.azurecr.io, you want https://registry.contso.com.
In the spirit of what can be done without direct changes to ACR, we've provided a [doc on configuring an NGINX front end](https://github.com/Azure/acr/tree/master/docs/custom-domain). Over time, we will incorporate more native support for custom domains, and likely join in the limit endpoint access request as well.
### Auto Purge ###
As registries are filled with automated image builds, they wind up filling with layers that never get used. Auto-purge will track image usage and move unused layers to a recycle bin, allowing subsequent purging. The feature will be configured and managed, with reasonable defaults, assuring you'll never lose anything you really wanted to keep.