You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added Docker instructions and fixed Dockerfile (Azure#18)
* Removed Dockerfile from the main folder and fixed Dockerfile example
* Added build and run Dockerfile documentation
* Update Readme
* Removed rm qpid-proton folder
* Removed /usr/share copy
@@ -15,12 +17,31 @@ For eventprocessorhost, you will also need (list for Fedora 26, adjust for other
15
17
16
18
*On Windows a private patch to proton-c code is required for the library to work.*
17
19
20
+
### Docker
21
+
22
+
The following Dockerfile at `./examples/Dockerfile` creates a Docker image with Apache Proton and the Azure Event Hubs SDK.
23
+
24
+
The base image is Python `3.6-slim-stretch` and Proton `0.18.1` but you can set the `PYTHON_IMAGE_VERSION``PROTON_VERSION``PYTHON_DIR_VERSION` when building the image.
0 commit comments