mirror of
https://github.com/siderolabs/talos.git
synced 2025-11-01 17:01:10 +01:00
Docker on WSL seems to have same issue as Docker/OS X and Docker/Windows: container IPs are not routable from the host, so we need to apply same "magic" by using exposed ports. WSL `talosctl` binary is built for Linux, so we need to do additional checks for the platform. Signed-off-by: Andrey Smirnov <andrey.smirnov@talos-systems.com>