On MacBook (worker)
[
{
"Name": "mynet",
"Id": "4e5e2k4gedqxxji32idjb5rnk",
"Created": "2021-11-23T20:02:51.857877881Z",
"Scope": "swarm",
"Driver": "overlay",
"EnableIPv6": false,
"IPAM": {
"Driver": "default",
"Options": null,
"Config": [
{
"Subnet": "10.0.2.0/24",
"Gateway": "10.0.2.1"
}
]
},
"Internal": false,
"Attachable": true,
"Ingress": false,
"ConfigFrom": {
"Network": ""
},
"ConfigOnly": false,
"Containers": {
"6b18490be51f9915d9380af7bc3826a173af8841b7ab218b83e55a99f789f59d": {
"Name": "ta-mb",
"EndpointID": "9c98198db61cc9ca9852d0d2cf46466b408dbd39a7d7bbc66c3471b5dd4548d2",
"MacAddress": "02:42:0a:00:02:02",
"IPv4Address": "10.0.2.2/24",
"IPv6Address": ""
},
"lb-mynet": {
"Name": "mynet-endpoint",
"EndpointID": "d0374d8e70c8092343cf8a3afe894cd312aa4879468ec79fa0d51ae651aa3ac2",
"MacAddress": "02:42:0a:00:02:03",
"IPv4Address": "10.0.2.3/24",
"IPv6Address": ""
}
},
"Options": {
"com.docker.network.driver.overlay.vxlanid_list": "4098"
},
"Labels": {},
"Peers": [
{
"Name": "7045cc388115",
"IP": "192.168.65.3"
},
{
"Name": "459da1b5cdcc",
"IP": "192.168.4.102"
}
]
}
]
On the Linux laptop (manager)
[
{
"Name": "mynet",
"Id": "4e5e2k4gedqxxji32idjb5rnk",
"Created": "2021-11-23T21:03:32.854005823+01:00",
"Scope": "swarm",
"Driver": "overlay",
"EnableIPv6": false,
"IPAM": {
"Driver": "default",
"Options": null,
"Config": [
{
"Subnet": "10.0.2.0/24",
"Gateway": "10.0.2.1"
}
]
},
"Internal": false,
"Attachable": true,
"Ingress": false,
"ConfigFrom": {
"Network": ""
},
"ConfigOnly": false,
"Containers": {
"de21eceee9842637702f2aac566f95469a9b501b863828f7db9e7deac0fa996f": {
"Name": "ta-lxlt",
"EndpointID": "93852af1315a5a5537ed79d4bb72b58dccd3e20bdb806b478185a3fa6fe3b21f",
"MacAddress": "02:42:0a:00:02:04",
"IPv4Address": "10.0.2.4/24",
"IPv6Address": ""
},
"lb-mynet": {
"Name": "mynet-endpoint",
"EndpointID": "197de03cfa1c599e44adac6561a2f3bd1f34570fc4ead7500026d0fbd3eb50f3",
"MacAddress": "02:42:0a:00:02:05",
"IPv4Address": "10.0.2.5/24",
"IPv6Address": ""
}
},
"Options": {
"com.docker.network.driver.overlay.vxlanid_list": "4098"
},
"Labels": {},
"Peers": [
{
"Name": "459da1b5cdcc",
"IP": "192.168.4.102"
},
{
"Name": "7045cc388115",
"IP": "192.168.65.3"
}
]
}
]