Skip to content
This repository has been archived by the owner on Mar 23, 2021. It is now read-only.

Document-Collection/Containerization-Automation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

本仓库不再维护,更新的内容前往:ZJDoc/Deploy

Containerization-Automation

Documentation Status standard-readme compliant Conventional Commits Commitizen friendly

容器化与自动化

学习、使用容器以及自动化工具。当前有:

  1. Jenkins
  2. Docker

内容列表

背景

容器以及自动化工具的出现极大的加快了软件的生产步骤,同时能够有效解决复杂的依赖环境。看了DockerCI工具的介绍,好好利用起来能得到一个很棒的开发环境,赶紧动起来!!!

安装

文档工具安装

$ pip install -r requirements.txt

用法

有两种文档使用方式

  1. 在线浏览文档:Containers and Automation

  2. 本地浏览文档,实现如下:

    $ git clone https://github.com/zjZSTU/Containerization-Automation.git
    $ cd Containerization-Automation
    $ mkdocs serve
    

    启动本地服务器后即可登录浏览器localhost:8000

主要维护人员

  • zhujian - Initial work - zjZSTU

参与贡献方式

欢迎任何人的参与!打开issue或提交合并请求

注意:

许可证

Apache License 2.0 © 2019 zjZSTU