From c35ee6ea478df1fb15019975ac4b55785c701dff Mon Sep 17 00:00:00 2001 From: Joe Ferguson Date: Fri, 14 Nov 2014 16:17:39 -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 000000000..feafc1d40 --- /dev/null +++ b/README.md @@ -0,0 +1,8 @@ +# About this Repo + +This is the Git repo of the official Docker image for [ruby](https://registry.hub.docker.com/_/ruby/). 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/ruby](https://github.com/docker-library/docs/tree/master/ruby).