/Disclaimer: developed with Python 3.5.2, tested with Python 2.7.10 - not guaranteed to work with other versions/
python client.py [optional port]
- Python 3.5.2
- Pyenv
The included Dockerfile will copy and run with python
To build:
docker buildx build -f Dockerfile ./ -t client-python
To run:
docker run -p 9090:9090 client-python