We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a4155d commit cd29582Copy full SHA for cd29582
README.md
@@ -81,6 +81,15 @@ The samples use the following procedure:
81
82
See [examples](examples) for more request samples.
83
84
+## Docker ##
85
+A Docker image for running the examples against the compiled source library is available on Docker Hub.
86
+
87
+Command: `docker run -e API_KEY=api-key -v "<binding root directory>:/source" rosetteapi/docker-python`
88
89
+Additional environment settings:
90
+`-e ALT_URL=<alternative URL>`
91
+`-e FILENAME=<single filename>`
92
93
API Documentation
94
-----------------
95
docker/Dockerfile
docker/README.md
docker/run_python.sh
docker/tox.ini
0 commit comments