我需要从Windows docker容器访问Linux docker容器中的服务。
设置:
创建共享网络无效:docker share network with windows and linux containers
通过docker-compose混合Windows和Linux容器不起作用,因为docker-compose文件https://github.com/docker/compose/issues/5872中不再支持platform
我是否缺少某些东西,还是无法从Windows容器访问Linux容器服务?