Skip to content
This repository was archived by the owner on Mar 27, 2024. It is now read-only.

Commit 3143f60

Browse files
committed
add note about referencing images by IDs in readme
1 parent 6d90f74 commit 3143f60

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,8 @@ container-diff supports Docker images located in both a local Docker daemon and
8080

8181
Additionally, tarballs can be provided to the tool directly. Make sure your file has a valid tar extension (.tar, .tar.gz, .tgz).
8282

83+
**Note**: container-diff does not support references images by Docker ID directly. If your image only has an ID in your local Docker daemon, you'll need to tag it using `docker tag` before using it with container-diff.
84+
8385
### Authentication
8486

8587
Container-diff supports docker-credential-helpers for authentication when using a registry as an image source.

0 commit comments

Comments
 (0)