From 062705532dc0c7a7630681c70ee2c8a68e74ca72 Mon Sep 17 00:00:00 2001 From: David Goodlad Date: Wed, 2 Dec 2015 08:39:25 +1100 Subject: [PATCH] Docs: Add example exclude entry matching all tags There was no example of the match pattern used other than "patterns (in the `grep sense)", which tripped me up as I was using unescaped `+` in my patterns which didn't match anything. An example here should help avoid others' confusion :smile: --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index aae5c11..3fabfdf 100644 --- a/README.md +++ b/README.md @@ -77,6 +77,7 @@ which is 12. An example image excludes file might contain: ``` spotify/cassandra:latest +redis:[^ ]\+ 9681260c3ad5 ```