play-with-docker.github.io
play-with-docker.github.io copied to clipboard
training.play-with-docker.com/microservice-orchestration/ no python available in image
Lab https://training.play-with-docker.com/microservice-orchestration/
python linkextractor.py
does not work because container has python3 only
more details:
2018-09-22-microservice-orchestration.markdown
step 0
it works when replacing call
python linkextractor.py
with call
python3 linkextractor.py
Thx for the feedback. Would you like to open a PR to fix this?
I guess that it's resolved, because python
is 3rd version by default currently and v2 is no longer supported.