support add docker container

This commit is contained in:
lollipopkit
2022-12-11 11:05:13 +08:00
parent 1c29b76455
commit d43d251d92
7 changed files with 191 additions and 63 deletions

View File

@@ -134,5 +134,9 @@
"cmd": "Command",
"dockerEmptyRunningItems": "No running container. \nIt may be that the env DOCKER_HOST is not read correctly. You can found it by running `echo $DOCKER_HOST` in terminal.",
"dockerEditHost": "Edit DOCKER_HOST",
"dockerCmdPrefixErr": "Please make sure that the docker command prefix is correct."
"newContainer": "New container",
"dockerImage": "Image",
"dockerContainerName": "Container name",
"extraArgs": "Extra args",
"preview": "Preview"
}

View File

@@ -134,5 +134,9 @@
"cmd": "命令",
"dockerEmptyRunningItems": "没有正在运行的容器。\n这可能是因为环境变量 DOCKER_HOST 没有被正确读取。你可以通过在终端内运行 `echo $DOCKER_HOST` 来获取。",
"dockerEditHost": "编辑 DOCKER_HOST",
"dockerCmdPrefixErr": "命令前缀错误,没有以 `docker` 开头"
"newContainer": "新建容器",
"dockerImage": "镜像",
"dockerContainerName": "容器名",
"extraArgs": "额外参数",
"preview": "预览"
}