aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/dockerfile/grpc_python/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'tools/dockerfile/grpc_python/README.md')
-rw-r--r--tools/dockerfile/grpc_python/README.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/tools/dockerfile/grpc_python/README.md b/tools/dockerfile/grpc_python/README.md
new file mode 100644
index 0000000000..efbdbeff82
--- /dev/null
+++ b/tools/dockerfile/grpc_python/README.md
@@ -0,0 +1,11 @@
+GRPC Python Dockerfile
+====================
+
+Dockerfile for creating the Python development instances
+
+As of 2015/02 this
+- is based on the GRPC Python base
+- adds a pull of the HEAD GRPC Python source from GitHub
+- builds it
+- runs its tests and aborts image creation if the tests don't pass
+- specifies the Python GRPC interop test server as default command