chore: label temporary socat proxy containers created by 'uc image push' with uncloud.managed

This commit is contained in:
Pasha Sviderski
2026-01-28 17:40:15 +10:00
parent 808bda67d4
commit 87e49dfb62
+3
View File
@@ -406,6 +406,9 @@ func runDockerVMProxyContainer(ctx context.Context, dockerCli *docker.Client, ta
ExposedPorts: nat.PortSet{
containerPort: {},
},
Labels: map[string]string{
api.LabelManaged: "",
},
}
// Get an available port on localhost to bind the container port to by creating a temporary listener and closing it.