From 43ef89dcd647f182ae3a628a2ab534b2c84e79d2 Mon Sep 17 00:00:00 2001 From: docs <33675759+docs-product@users.noreply.github.com> Date: Fri, 18 Oct 2019 18:31:58 -0700 Subject: [PATCH] Update README.md --- README.md | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 053ce4c..56333b3 100644 --- a/README.md +++ b/README.md @@ -4,20 +4,22 @@ languages: - java products: - azure +- azure-container-registry description: "Azure Container Registry sample for managing container registry with webhooks." urlFragment: acr-java-manage-azure-container-registry-with-webhooks --- # Manage Container Registry With Webhooks (Java) - Azure Container Registry sample for managing container registry with webhooks. - - Create an Azure Container Registry and setup couple Webhooks to be triggered on registry related actions (push, delete) - - If a local Docker engine cannot be found, create a Linux virtual machine that will host a Docker engine - to be used for this sample - - Use Docker Java to create a Docker client that will push/pull an image to/from Azure Container Registry - - Pull a test image from the public Docker repo (hello-world:latest) to be used as a sample for pushing/pulling - to/from an Azure Container Registry - - List the container registry webhook event notifications after pushing a container image to the registry +Azure Container Registry sample for managing container registry with webhooks. + +- Create an Azure Container Registry and setup couple Webhooks to be triggered on registry related actions (push, delete) +- If a local Docker engine cannot be found, create a Linux virtual machine that will host a Docker engine + to be used for this sample +- Use Docker Java to create a Docker client that will push/pull an image to/from Azure Container Registry +- Pull a test image from the public Docker repo (hello-world:latest) to be used as a sample for pushing/pulling + to/from an Azure Container Registry +- List the container registry webhook event notifications after pushing a container image to the registry ## Running this sample