- 授权协议: GPLv3
- 开发语言: JavaScript
- 操作系统: 跨平台
- 软件首页: https://github.com/projectatomic/nulecule
- 软件文档: https://github.com/projectatomic/nulecule
- 官方下载: https://github.com/projectatomic/nulecule.git
软件介绍
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
软件截图:
部署用户体验
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
JavaScript DOM高级程序设计
Jeffrey Sambells、Aaron Gustafson / 李松峰、李雅雯 / 人民邮电出版社 / 2008-7 / 59.00元
本书注重理论与实践的结合,全面讲述高级的DOM 脚本编程。全书分为3 个部分:第一部分“深入理解DOM 脚本编程”,涉及W3C DOM 规范的各方面,包括非标准的浏览器支持和不支持的内容;第二部分“浏览器外部通信”,以Ajax 和客户端—服务器端通信为主题;第三部分“部分高级脚本编程资源”,集中介绍了一批第三方脚本编程资源,包括库和API。同时,每部分的最后一章都为案例研究,将学到的内容应用于实践......一起来看看 《JavaScript DOM高级程序设计》 这本书的介绍吧!
