Is your enhancement related to a problem? Please describe.
My "problem" is, that I want to develop/support for older WordPress Versions. Therfore I need environments for older versions.
Describe the solution you'd like
Currently I do the setup like this (example):
10updocker create
10updocker shell
wp core download --version=4.7.11 --force
wp core update-db
It would be way more easy, if the create command would ask for the WordPress Version to install, default could be "latest".
Designs
Describe alternatives you've considered
An alternativ could be an parameter for 10updocker create, something like --wp-version={version} so not every user will be spamed with questions.
Additional context