How do I connect to to hosts network from within a docker container?
问题 I have two physical servers connected to each other in a LAN. Server A runs docker with a ubuntu container. Server B runs a MySQL-database (without any docker stuff). Now I need to access the MySQL-Database on Server B from within a docker-container on Server A. Server B only has an ipv6-address. When I run ping6 <ipv6_server_b> on Host A it works. The same command from within the docker-container on Host A gives me a unknown host . I think I need to create a docker bridge to the ipv6-subnet