Features
Allows integration with Water Linked's DVLs A-50 and A-125 for station keeping and autonomous modes.
Permissions
{
"ExposedPorts": {
"9001/tcp": {}
},
"HostConfig": {
"Binds": [
"/root/.config:/root/.config"
],
"ExtraHosts": [
"host.docker.internal:host-gateway"
],
"PortBindings": {
"9001/tcp": [
{
"HostPort": ""
}
]
}
}
}