综合容器应用规范 Nulecule

码农软件 · 软件分类 · 其他开发相关 · 2019-10-18 15:44:08

软件介绍

Nulecule是一款用于快速打包复杂多样化应用的格式,同时确保所有实例顺利部署

Nulecule规格亮点:

  • Application description and context maintained in a single container through extensible metadata

  • Composable definition of complex applications through inheritance and composition of containers into a single, standards-based, portable description.

  • Simplified dependency management for the most complex applications through a directed graph to reflect relationships.

  • Container and orchestration engine agnostic, enabling the use of any container technology and/or orchestration technology

软件截图:

Alt Nulecule specification high-level story.

部署用户体验

Option 1: Non-interactive defaults

[sudo] atomic run projectatomic/helloapache

Option 2: Unattended

1.用下列内容创建answers.conf 文件

[general]
provider = kubernetes

[helloapache-app]
image = centos/httpd # optional: choose a different image
hostport = 80        # optional: choose a different port to expose

2.当前工作目录运行应用程序

$ [sudo] atomic run projectatomic/helloapache
...
helloapache

3.作为一个单独额外实验,除去kubernetes pod,改变供应商为“docker”,然后重新运行该应用程序,看看它在本地docker得到的部署

Option 3: Install and Run

1.利用atomic install下载应用程序文件

[sudo] atomic install projectatomic/helloapache

2.重命名answers.conf.sample

mv answers.conf.sample answers.conf

3.编辑answers.conf,如果需要审查文件,然后运行

$ [sudo] atomic run projectatomic/helloapache
...
helloapache

本文地址:https://www.codercto.com/soft/d/17035.html

智能优化方法

智能优化方法

汪定伟 / 2007-4 / 37.10元

《智能优化方法》主要介绍近年来产生发展的多种智能优化算法。包括为人熟知的遗传算法、禁忌搜索算法、模拟退火算法和蚁群优化算法;近年来已成为研究热点的粒子群优化算法;还有尚待普及的捕食搜索算法和动态环境下的进化计算。书中讨论这些算法的产生和发展、算法的基本思想和理论、基本构成、计算步骤和主要的变形以及数值例子和实际应用。为了方便读者学习,各章之后还附有精选的习题、思考题及相关的参考文献。 本教材......一起来看看 《智能优化方法》 这本书的介绍吧!

在线进制转换器
在线进制转换器

各进制数互转换器

XML、JSON 在线转换
XML、JSON 在线转换

在线XML、JSON转换工具

RGB CMYK 转换工具
RGB CMYK 转换工具

RGB CMYK 互转工具