Using docker over network

I have a Macbook and need to maintain some aspnet systems, I have another PC which I use for games and don’t want to install all dev stuff on it.

Can I install docker on that windows PC and use it to build and run aspnet (WebForms and MVC stuff) using docker and develop from my MacBook?

thanks,