fix: add worker command container_name

This commit is contained in:
jialin
2025-12-15 10:18:16 +08:00
parent 7a0ee6aac4
commit d2eda78af0
+1 -1
View File
@@ -130,7 +130,7 @@ export const dockerEnvCommandMap = {
)
};
const setNormalArgs = (params: any) => {
return `CONTAINER_NAME="gpustack-worker" \\
return `CONTAINER_NAME="gpustack-worker"
sudo docker run -d --name "\${CONTAINER_NAME}" \\
-e "GPUSTACK_RUNTIME_DEPLOY_MIRRORED_NAME=\${CONTAINER_NAME}" \\
--restart=unless-stopped \\