From bc32176ca2c79358b61238b6c2f261847d7be4cb Mon Sep 17 00:00:00 2001 From: Timothy Date: Sat, 17 May 2014 17:48:07 +0000 Subject: [PATCH] Add readme file for the archive directory See issue #5873 Docker-DCO-1.1-Signed-off-by: Timothy (github: https://github.com/timthelion) Upstream-commit: 28fc387cf0c933128d0adad6d633c8f4a719d8ee Component: engine --- components/engine/archive/README.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 components/engine/archive/README.md diff --git a/components/engine/archive/README.md b/components/engine/archive/README.md new file mode 100644 index 0000000000..4eb0c04181 --- /dev/null +++ b/components/engine/archive/README.md @@ -0,0 +1,3 @@ +This code provides helper functions for dealing with archive files. + +**TODO**: Move this to either `pkg` or (if not possible) to `utils`.