feat(docker): allow specifying docker network, handle error when no network available

This commit is contained in:
yusing
2025-06-14 17:08:07 +08:00
parent 5fdb023188
commit 4825f768f3
4 changed files with 86 additions and 5 deletions

View File

@@ -14,4 +14,5 @@ const (
LabelStopSignal = NSProxy + ".stop_signal"
LabelStartEndpoint = NSProxy + ".start_endpoint"
LabelDependsOn = NSProxy + ".depends_on"
LabelNetwork = NSProxy + ".network"
)