You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/docker_scout_watch.yaml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
command: docker scout watch
2
2
short: |
3
-
Watch repositories in a registry and push images and indexes to Docker Scout (experimental)
3
+
Watch repositories in a registry and push images and indexes to Docker Scout
4
4
long: |
5
5
The docker scout watch command watches repositories in a registry and pushes images or image indexes to Docker Scout.
6
6
usage: docker scout watch
@@ -131,7 +131,7 @@ inherited_options:
131
131
examples: " Watch for new images from two repositories and push them\n $ docker scout watch --org my-org --repository registry-1.example.com/repo-1 --repository registry-2.example.com/repo-2\e[0m\n\n Only push images with a specific tag\n $ docker scout watch --org my-org --repository registry.example.com/my-service --tag latest\e[0m\n\n Watch all repositories of a registry\n $ docker scout watch --org my-org --registry registry.example.com\e[0m\n\n Push all images and not just the new ones\n $ docker scout watch --org my-org --repository registry.example.com/my-service --all-images\e[0m"
0 commit comments