An image with python, pip, flask and kafka.
216
A Dockerfile that make easy use of Python with Flask and Kafka
docker run -d -p 14230:14230 --name pytsener driveup/pytsener
You can use the environment variables to configure your stuff. To chage the listening port you need to run it like this:
docker run -d -p <YOUR_PORT>:14230 --name proxymachine driveup/proxymachine
MIT license.
Content type
Image
Digest
Size
33.3 MB
Last updated
about 9 years ago
docker pull driveup/pytsener