Run Python in Windows Nanoserver Container
385
The official Docker Library repository has only support for Windows Server core containers
https://github.com/docker-library/python/tree/master/3.6/windows
here you can find Python windows containers that uses Nanoserver.
If you need to use a small-footprint image Nanoserver is the way to go. The current image is just 150MB instead of several GBs.
Tags follows the convention
python-version:nanoserver-version
eg:
3.6.5-1709
dockerfile is available here:
Content type
Image
Digest
Size
142.2 MB
Last updated
over 8 years ago
docker pull yorek/python-nanoserver:3.6.5-1709