Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/document-collection/containerization-automation
Study and Use of Containers and Automation Tools
https://github.com/document-collection/containerization-automation
code docker dockerfiles edrawmax et gitlab jenkins jenkins-ci pdf qq thunder travis-ci ubuntu wechat wps
Last synced: about 1 month ago
JSON representation
Study and Use of Containers and Automation Tools
- Host: GitHub
- URL: https://github.com/document-collection/containerization-automation
- Owner: Document-Collection
- License: apache-2.0
- Archived: true
- Created: 2019-09-12T01:51:46.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-03-23T03:43:47.000Z (over 3 years ago)
- Last Synced: 2024-09-29T18:01:30.116Z (about 1 month ago)
- Topics: code, docker, dockerfiles, edrawmax, et, gitlab, jenkins, jenkins-ci, pdf, qq, thunder, travis-ci, ubuntu, wechat, wps
- Language: Shell
- Homepage: https://hub.docker.com/u/zjzstu
- Size: 4.46 MB
- Stars: 55
- Watchers: 2
- Forks: 12
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 本仓库不再维护,更新的内容前往:[ZJDoc/Deploy](https://github.com/ZJDoc/Deploy)
# Containerization-Automation
[![Documentation Status](https://readthedocs.org/projects/containerization-automation/badge/?version=latest)](https://containerization-automation.readthedocs.io/zh_CN/latest/?badge=latest) [![standard-readme compliant](https://img.shields.io/badge/standard--readme-OK-green.svg?style=flat-square)](https://github.com/RichardLitt/standard-readme) [![Conventional Commits](https://img.shields.io/badge/Conventional%20Commits-1.0.0-yellow.svg)](https://conventionalcommits.org) [![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg)](http://commitizen.github.io/cz-cli/)
> 容器化与自动化
学习、使用容器以及自动化工具。当前有:
1. [Jenkins](https://containerization-automation.readthedocs.io/zh_CN/latest/jenkins/)
2. [Docker](https://containerization-automation.readthedocs.io/zh_CN/latest/docker/basic/[%E8%AF%91]docker%E6%A6%82%E8%BF%B0/)## 内容列表
- [本仓库不再维护,更新的内容前往:ZJDoc/Deploy](#本仓库不再维护更新的内容前往zjdocdeploy)
- [Containerization-Automation](#containerization-automation)
- [内容列表](#内容列表)
- [背景](#背景)
- [安装](#安装)
- [文档工具安装](#文档工具安装)
- [用法](#用法)
- [主要维护人员](#主要维护人员)
- [参与贡献方式](#参与贡献方式)
- [许可证](#许可证)## 背景
容器以及自动化工具的出现极大的加快了软件的生产步骤,同时能够有效解决复杂的依赖环境。看了`Docker`和`CI`工具的介绍,好好利用起来能得到一个很棒的开发环境,赶紧动起来!!!
## 安装
### 文档工具安装
```
$ pip install -r requirements.txt
```## 用法
有两种文档使用方式
1. 在线浏览文档:[Containers and Automation](https://containerization-automation.readthedocs.io/zh_CN/latest/?badge=latest)
2. 本地浏览文档,实现如下:
```
$ git clone https://github.com/zjZSTU/Containerization-Automation.git
$ cd Containerization-Automation
$ mkdocs serve
```
启动本地服务器后即可登录浏览器`localhost:8000`## 主要维护人员
* zhujian - *Initial work* - [zjZSTU](https://github.com/zjZSTU)
## 参与贡献方式
欢迎任何人的参与!打开[issue](https://github.com/zjZSTU/Container-Automation/issues)或提交合并请求
注意:
* `GIT`提交,请遵守[Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0-beta.4/)规范
* 语义版本化,请遵守[Semantic Versioning 2.0.0](https://semver.org)规范
* `README`编写,请遵守[standard-readme](https://github.com/RichardLitt/standard-readme)规范## 许可证
[Apache License 2.0](LICENSE) © 2019 zjZSTU