aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/dockerfile/grpc_ruby_base/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'tools/dockerfile/grpc_ruby_base/README.md')
-rw-r--r--tools/dockerfile/grpc_ruby_base/README.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/tools/dockerfile/grpc_ruby_base/README.md b/tools/dockerfile/grpc_ruby_base/README.md
new file mode 100644
index 0000000000..acf1e50dbe
--- /dev/null
+++ b/tools/dockerfile/grpc_ruby_base/README.md
@@ -0,0 +1,9 @@
+GRPC RUBY Base Dockerfile
+========================
+
+Dockerfile for creating the Ruby gRPC development Docker instance.
+
+As of 2014/10 this
+- it installs tools and dependencies needed to build gRPC Ruby
+- it does not install gRPC Ruby itself; a separate Dockerfile that depends on
+ this one will do that