Starting tutorial dockerizing flask
ERROR: Docker Desktop requires Windows 10 Pro or Enterprise version 14393 to run.
SOLUTION: https://docs.microsoft.com/en-us/virtualization/hyper-v-on-windows/quick-start/enable-hyper-v
(Remember to enable Hiper-V)
https://forums.docker.com/t/installing-docker-on-windows-10-home/11722/26 Is not easy to doit: new license, some cool hacking...
Try to install ububtu... also problems with this laptop https://askubuntu.com/questions/946480/installing-ubuntu-alongside-windows-on-lenovo-yoga-720
Since it seems that virtualization is already enabled
https://www.virtualbox.org/wiki/Downloads https://github.com/docker/kitematic/releases
And last docker-toolbox https://github.com/docker/toolbox/releases
https://stackoverflow.com/questions/49631146/how-do-you-add-a-path-to-pythonpath-in-a-dockerfile
Modified requirements to previous version of wezkeru
docker rm $(docker ps -a -f status=exited -q)