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"
}