Hello,

I'd like to know if its possible to use a docker container, that is not on the local machine but instead running on the network. I do all my development in a virtual machine, where I can't use docker since it doesn't support nested virtualization.

What I could do is however spin up another virtual machine exclusively for docker but I'm missing the knowledge where to tell lean to look for docker on the network, or is that even possible?

Kind regards

Author