grpc/tools/dockerfile/grpc_python
Stephen Thorne 093a4ebd3e Fix backslash line endings for grpc_python/Dockerfile.
Without the correct line endings docker had errors interpreting '&&' as a command.
2015-03-03 16:13:56 +00:00
..
Dockerfile Fix backslash line endings for grpc_python/Dockerfile. 2015-03-03 16:13:56 +00:00
README.md Add Docker files for Python. 2015-02-15 01:21:53 +00:00

README.md

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