Relative Content

Tag Archive for djangowindowsdockerdeploymentlocalhost

Django local server deployment on windows

I have a Django project that has to be installed on local servers for multiple customers. I’ve looked into utilizing Docker, but I can’t find any solid information about how to use it on local hosting. My customers use computers running Windows. A friend advised that I utilize a virtual machine to run the Linux Server, then install my project with all dependencies, produce an image of that custom OS, then install it on more virtual computers.