Skip to content

Commit 43ef89d

Browse files
authored
Update README.md
1 parent bfe1c1a commit 43ef89d

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

README.md

+10-8
Original file line numberDiff line numberDiff line change
@@ -4,20 +4,22 @@ languages:
44
- java
55
products:
66
- azure
7+
- azure-container-registry
78
description: "Azure Container Registry sample for managing container registry with webhooks."
89
urlFragment: acr-java-manage-azure-container-registry-with-webhooks
910
---
1011

1112
# Manage Container Registry With Webhooks (Java)
1213

13-
Azure Container Registry sample for managing container registry with webhooks.
14-
- Create an Azure Container Registry and setup couple Webhooks to be triggered on registry related actions (push, delete)
15-
- If a local Docker engine cannot be found, create a Linux virtual machine that will host a Docker engine
16-
to be used for this sample
17-
- Use Docker Java to create a Docker client that will push/pull an image to/from Azure Container Registry
18-
- Pull a test image from the public Docker repo (hello-world:latest) to be used as a sample for pushing/pulling
19-
to/from an Azure Container Registry
20-
- List the container registry webhook event notifications after pushing a container image to the registry
14+
Azure Container Registry sample for managing container registry with webhooks.
15+
16+
- Create an Azure Container Registry and setup couple Webhooks to be triggered on registry related actions (push, delete)
17+
- If a local Docker engine cannot be found, create a Linux virtual machine that will host a Docker engine
18+
to be used for this sample
19+
- Use Docker Java to create a Docker client that will push/pull an image to/from Azure Container Registry
20+
- Pull a test image from the public Docker repo (hello-world:latest) to be used as a sample for pushing/pulling
21+
to/from an Azure Container Registry
22+
- List the container registry webhook event notifications after pushing a container image to the registry
2123

2224

2325
## Running this sample

0 commit comments

Comments
 (0)