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]


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

查看所有标签

猜你喜欢:

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

大话存储Ⅱ

大话存储Ⅱ

张冬 / 清华大学出版社 / 2011-5 / 99.00元

《大话存储2:存储系统架构与底层原理极限剖析》内容简介:网络存储是一个涉及计算机硬件以及网络协议/技术、操作系统以及专业软件等各方面综合知识的领域。目前国内阐述网络存储的书籍少之又少,大部分是国外作品,对存储系统底层细节的描述不够深入,加之术语太多,初学者很难真正理解网络存储的精髓。《大话存储2:存储系统架构与底层原理极限剖析》以特立独行的行文风格向读者阐述了整个网络存储系统。从硬盘到应用程序,对......一起来看看 《大话存储Ⅱ》 这本书的介绍吧!

图片转BASE64编码
图片转BASE64编码

在线图片转Base64编码工具

Base64 编码/解码
Base64 编码/解码

Base64 编码/解码