adamant-kite-43734
05/07/2024, 2:57 PMwide-mechanic-33041
05/07/2024, 3:25 PMwide-mechanic-33041
05/07/2024, 3:25 PMflat-ghost-70308
05/07/2024, 3:34 PMwide-mechanic-33041
05/07/2024, 3:35 PMflat-ghost-70308
05/07/2024, 3:37 PMbm@bmac~/Library/Application Support/rancher-desktop/lima/_config$ docker network inspect bridge
[
{
"Name": "bridge",
"Id": "134ab611c0ee4ae9f2c027358323f9dd53901a2c79f3b7414ef61b523079dec3",
"Created": "2024-05-07T15:03:35.441326008Z",
"Scope": "local",
"Driver": "bridge",
"EnableIPv6": false,
"IPAM": {
"Driver": "default",
"Options": null,
"Config": [
{
"Subnet": "172.17.0.0/16",
"Gateway": "172.17.0.1"
}
]
},
"Internal": false,
"Attachable": false,
"Ingress": false,
"ConfigFrom": {
"Network": ""
},
"ConfigOnly": false,
"Containers": {},
"Options": {
"com.docker.network.bridge.default_bridge": "true",
"com.docker.network.bridge.enable_icc": "true",
"com.docker.network.bridge.enable_ip_masquerade": "true",
"com.docker.network.bridge.host_binding_ipv4": "0.0.0.0",
"com.docker.network.bridge.name": "docker0",
"com.docker.network.driver.mtu": "1500"
},
"Labels": {}
}
]
flat-ghost-70308
05/07/2024, 3:38 PM# bridged mode doesn't have a gateway; dhcp is managed by outside network
. That makes me think it doesn't set up the bridge in docker networks.wide-mechanic-33041
05/07/2024, 3:39 PMflat-ghost-70308
05/07/2024, 3:41 PMflat-ghost-70308
05/07/2024, 3:44 PMflat-ghost-70308
05/07/2024, 4:02 PMrdctl shell
and edit the /etc/docker/daemon.json within the VM itself. Rancher Desktop ignores your desktops /etc/docker/daemon.json