dockerized:使用 Docker API 自动化部署

时间:2021-06-21 01:41:19
【文件属性】:
文件名称:dockerized:使用 Docker API 自动化部署
文件大小:10KB
文件格式:ZIP
更新时间:2021-06-21 01:41:19
JavaScript 使用 Docker API 自动化部署 此存储库是使用的主要代码示例。 安装 您需要运行 Nodejs、npm 和 docker。 用法 您需要 2 个存储库,一个用于要 dockerized 的示例,另一个用于自动部署。 克隆最后一个并安装节点的软件包: $ git clone https://github.com/eric-basley/dockerized.git $ npm install Fork 示例项目,或创建您的项目并将 params.js 更新为: module.exports = { app: { name: 'app', repo: 'https://github.com/.git', }, docker: { name: '', auth:{ usern
【文件预览】:
dockerized-master
----.gitignore(587B)
----Dockerfile(218B)
----package.json(218B)
----src()
--------core(9KB)
----LICENSE(11KB)
----start.sh(91B)
----sbin()
--------build(11B)
--------push(11B)
----params.js(281B)
----README.md(2KB)

网友评论