Document-Collection / Containerization-Automation

Study and Use of Containers and Automation Tools

Home Page:https://hub.docker.com/u/zjzstu

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

本仓库不再维护,更新的内容前往: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

About

Study and Use of Containers and Automation Tools

https://hub.docker.com/u/zjzstu

License:Apache License 2.0


Languages

Language:Shell 60.7%Language:Dockerfile 39.3%