How to run multiple Docker Servers with Docker on Windows

I have Docker on my Windows dextop PC running a server for a little routine work. However, since we also do development on the same PC, we do not want to have production affected by the work done in development, so we separate the machines running the Docker Server for development and production. T…