add new chinese translations

This commit is contained in:
2024-12-30 15:25:56 +08:00
parent a850046d7b
commit 0d798759fd
5418 changed files with 105800 additions and 7052 deletions

25
pages.zh/common/dokku.md Normal file
View File

@@ -0,0 +1,25 @@
# dokku
> 基于 Docker 的迷你 HerokuPaaS
> 使用单个 `git-push` 命令轻松将多个应用程序部署到您的服务器,支持不同语言。
> 更多信息:<https://github.com/dokku/dokku>。
- 列出运行中的应用:
`dokku apps`
- 创建一个应用:
`dokku apps:create {{app_name}}`
- 删除一个应用:
`dokku apps:destroy {{app_name}}`
- 安装插件:
`dokku plugin:install {{full_repo_url}}`
- 将数据库链接到应用:
`dokku {{db}}:link {{db_name}} {{app_name}}`