play-with-docker / play-with-docker.github.io

Play with docker class-room repo
Apache License 2.0
362 stars 253 forks source link

training.play-with-docker.com/microservice-orchestration/ no python available in image #213

Open ldelaprade opened 3 years ago

ldelaprade commented 3 years ago

Lab https://training.play-with-docker.com/microservice-orchestration/

python linkextractor.py does not work because container has python3 only

ldelaprade commented 3 years ago

more details: 2018-09-22-microservice-orchestration.markdown step 0 it works when replacing call python linkextractor.py with call python3 linkextractor.py

marcosnils commented 3 years ago

Thx for the feedback. Would you like to open a PR to fix this?

Privat33r-dev commented 5 months ago

I guess that it's resolved, because python is 3rd version by default currently and v2 is no longer supported.