书栈网 · BookStack 本次搜索耗时 0.026 秒,为您找到 109 个相关结果.
  • App-Deploy

    App-Deploy Overview Creating a app Deploying an app Ignoring files and directories App-Deploy Overview This is a hands on guide to deploy a simple app using tsuru’s CLI a...
  • 路线图

    路线图 路线图 发布过程 下一个发布 (0.14.0/1.0-wannabe) 长期目标 路线图 路线图 发布过程 我们使用 GitHub 里程碑来做发布计划,任何人都可以自由地提出问题到一个里程碑上,并就下个 tsuru 发布的任何问题进行讨论。我们也有下面所列举的内部目标,我们将聚焦在这些目标上。但它们不是不可变的,如社区需要,我...
  • Architecture

    Architecture API Database Queue/Cache Gandalf Registry Router Architecture API The API component (also referred as the tsuru daemon, or tsurud) is a RESTfulAPI server w...
  • API 参考

    API 参考 API 参考 1. 端点 1.1 应用 列出应用 应用的信息 删除一个应用 创建一个应用 重启一个应用 给应用环境变量 设置一个应用环境 执行一个命令 从一个应用中删除一个或多个环境变量 交换两个应用的地址 获取一个应用的日志 列出可用的池子(pool) 改变应用的池子(pool) 1.2 服务 列出服务 创建一...
  • Upgrading Docker

    Upgrading Docker How to upgrade Docker with no application downtime Upgrading Docker A node is a physical or virtual machine with Dockerinstalled. The nodes should contains o...
  • Procfile

    Procfile 语法 环境变量 Procfile Procfile 就是一个名为Procfile 的简单文本文件,文件中会描述运行应用所需的组件。我们用这种方式告诉tsuru 如何运行应用。本文档介绍Procfile生态系统以及一些更加高级的功能。 Procfile 看起来像这样: web : gunicorn - w ...
  • 代码风格

    代码风格 代码风格 格式化 命名标准 New<Something> Add<Something> Add Create<Something> Delete<Something> Remove<Something> 在函数名字中包含包名 代码风格 代码风格 参与 tsuru 编码时请遵循以下编码标准。 格式化 遵循 Go...
  • Procfile

    Procfile Syntax Environment variables Procfile Procfile is a simple text file called Procfile that describe the components requiredto run an applications. It is the way to te...
  • API reference

    API reference set envs app log app unlock app swap app start revoke access to app app restart register unit metric envs remove app grant access to app app log bind serv...