Dokku 0.13.0 发布,迷你 PaaS 系统

栏目: 软件资讯 · 发布时间: 7年前

内容简介:Dokku 0.13.0 已发布,Dokku 是一个微型的 Heroku,使用不多于 100 行的 Bash 编写。一旦安装完成,你就可以通过 Git 推送兼容 Heroku 的应用到平台上运行。该系统将使用 Heroku buildpacks 构建并在一个独立容器...

Dokku 0.13.0 已发布,Dokku 是一个微型的 Heroku,使用不多于 100 行的 Bash 编写。一旦安装完成,你就可以通过 Git 推送兼容 Heroku 的应用到平台上运行。该系统将使用 Heroku buildpacks 构建并在一个独立容器里运行,最终结果就相当于是一个单机版的 Heroku。

安装

wget https://raw.githubusercontent.com/dokku/dokku/v0.13.0/bootstrap.sh
sudo DOKKU_TAG=v0.13.0 bash bootstrap.sh

Bug 修复

  • #3312: fix: keep track of failed containers regardless of docker kill output

  • #3299: Wrap script_bin in double-quotes

  • #3295: Sort config:show by key name

  • #3288: Wrap script binary in single quotes during executable check

新特性

  • #3302: Add ability to check on app lock status via apps:locked command

  • #3315: Upgrade herokuish to 0.4.5 version

  • #3236: Retire old containers

  • #3307: Add support for docker.io package

  • #3301: Add ability to sync packages to a new version of ubuntu

  • #3286: Sanitize docker inspect output with ps:inspect

  • #3240: Refactor Procfile handling to use go-procfile-util

  • #3282: Use create instead of run for faster and more reliable file copy from docker images

  • #3280: Better scheduler support

  • #3259: Check if script is executable when a full path is specified

文档

  • #3314: Remove reference to non-existent DigitalOcean hosting plan

  • #3313: Indicate to user to specify hostname

  • #3310: Add a note to our issue template begging for money

  • #3281: Add documentation on custom error pages


【声明】文章转载自:开源中国社区 [http://www.oschina.net]


以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持 码农网

查看所有标签

本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们

算法分析导论(第2版)(英文版)

算法分析导论(第2版)(英文版)

[美]Robert Sedgewick(罗伯特•塞奇威克)、[美]Philippe Flajolet(菲利普•弗拉若莱) / 电子工业出版社 / 2015-6 / 128.00元

《算法分析导论(第2版)(英文版)》全面介绍了算法的数学分析中所涉及的主要技术。涵盖的内容来自经典的数学课题(包括离散数学、初等实分析、组合数学),以及经典的计算机科学课题(包括算法和数据结构)。《算法分析导论(第2版)(英文版)》的重点是“平均情况”或“概率性”分析,书中也论述了“最差情况”或“复杂性”分析所需的基本数学工具。 《算法分析导论(第2版)(英文版)》第 1 版为行业内的经典著......一起来看看 《算法分析导论(第2版)(英文版)》 这本书的介绍吧!

HTML 压缩/解压工具
HTML 压缩/解压工具

在线压缩/解压 HTML 代码

JS 压缩/解压工具
JS 压缩/解压工具

在线压缩/解压 JS 代码

正则表达式在线测试
正则表达式在线测试

正则表达式在线测试