Launch Automatization for Sagemath through Docker
In connection with this question https://ask.sagemath.org/question/66844/new-ways-to-install-sage-failed-need-help/
is there a way to make a little Windows program with
1) open docker
2) docker run -p8888:8888 sagemath/sagemath:latest sage-jupyter
3) open a browser on the url http://127.0.0.1:8888/?token=eed147f951986331190b56607dd0d01c8e6acbde92870fd8
as consecutive commands.
With this in hand working with SageMath would by highly simplified for dummies like I.
This looks like a Docker question ; look up its documentation and relevant (i. e. Docker's) mailing lists/fora...