Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
supernova-eng authored Oct 19, 2019
1 parent bfe1c1a commit 43ef89d
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 43ef89d

Please sign in to comment.