June 24Jun 24 I have a couple of containers running in their own custom Docker network. All these containers need to communicate with eachother, which works fine.Now however, I need one of these containers (let's call this Source Container) to communicate with a Docker container hosted on another machine on my LAN (a Windows machine running the service in a Docker container using WSL 2).From my research I am thinking that this might be possible adding my Source Container to a macvlan network to expose it to my LAN, but still keep it on the custom network to allow communication between the other containers on that custom network.However, I have no idea how to actually implement it, and also don't really know if this is even the correct approach to solve this.Specifically what I am trying to do is an Unraid container to access my Windows hosted container to get access to the Windows machines GPU.
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.