summaryrefslogtreecommitdiffstats
path: root/pkg/v1/daemon/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/v1/daemon/README.md')
-rw-r--r--pkg/v1/daemon/README.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/pkg/v1/daemon/README.md b/pkg/v1/daemon/README.md
new file mode 100644
index 0000000..74fc3a8
--- /dev/null
+++ b/pkg/v1/daemon/README.md
@@ -0,0 +1,11 @@
+# `daemon`
+
+[![GoDoc](https://godoc.org/github.com/google/go-containerregistry/pkg/v1/daemon?status.svg)](https://godoc.org/github.com/google/go-containerregistry/pkg/v1/daemon)
+
+The `daemon` package enables reading/writing images from/to the docker daemon.
+
+It is not fully fleshed out, but is useful for interoperability, see various issues:
+
+* https://github.com/google/go-containerregistry/issues/205
+* https://github.com/google/go-containerregistry/issues/552
+* https://github.com/google/go-containerregistry/issues/627