opt. for docker & apt

This commit is contained in:
lollipopkit
2022-12-10 23:14:55 +08:00
parent 62a1122174
commit 611518f790
22 changed files with 686 additions and 213 deletions

View File

@@ -128,5 +128,11 @@
"feedback": "Feedback",
"feedbackOnGithub": "If you have any questions, please feedback on Github.",
"update": "Update",
"inputDomainHere": "Input Domain here"
"inputDomainHere": "Input Domain here",
"dockerNotInstalled": "Docker not installed",
"invalidVersion": "Invalid version",
"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."
}