Using docker CLI(client) from Win 11 Parallels machine to connect to docker daemon

Discussion in 'Parallels Desktop on a Mac with Apple silicon' started by MiselM, Feb 9, 2025.

  1. MiselM

    MiselM Bit poster

    Messages:
    2
    Hi!

    I need help setting up my development environment.

    The setup is as follows:
    • Mac M1 running parallels
      • 192.168.0.45 on the physical network
      • 10.211.55.2 on the bridge network to Parallels machine
    • Running Windows 11 ARM64 machine in Parallels
      • 10.211.55.3 on the bridge network
    • Running docker daemon on AMD64 machine (physical) on my local network
      • 192.168.0.221 on the physical network
    From my M1 Mac host, I can connect to this AMD64 machine and run docker containers there without a problem.

    What I need is a configuration for the parallels machine (win11 arm64) to be able to access this physical server running the docker daemon.
    I have installed docker CLI on my Parallels Win11 ARM64 machine, and I can ping 192.168.0.221. The problem is that the `docker` commands on the Windows11 ARM64 Parallels machine are not working (timing out).

    Can someone help me out, please?
     

Share This Page