From 3d64d17ac2cc606202b9c99465de1508a57a85f3 Mon Sep 17 00:00:00 2001 From: Joe Ferguson Date: Fri, 14 Nov 2014 16:17:38 -0800 Subject: [PATCH] Add readme stub --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000000..fed80e2161 --- /dev/null +++ b/README.md @@ -0,0 +1,8 @@ +# About this Repo + +This is the Git repo of the official Docker image for [postgres](https://registry.hub.docker.com/_/postgres/). See the +Hub page for the full readme on how to use the Docker image and for information +regarding contributing and issues. + +The full readme is generated over in [docker-library/docs](https://github.com/docker-library/docs), +specificially in [docker-library/docs/postgres](https://github.com/docker-library/docs/tree/master/postgres).