{"id":15083631,"url":"https://github.com/document-collection/containerization-automation","last_synced_at":"2025-10-05T14:31:33.163Z","repository":{"id":102714986,"uuid":"207941897","full_name":"Document-Collection/Containerization-Automation","owner":"Document-Collection","description":"Study and Use of Containers and Automation Tools","archived":true,"fork":false,"pushed_at":"2021-03-23T03:43:47.000Z","size":4675,"stargazers_count":55,"open_issues_count":0,"forks_count":12,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-09-30T18:01:32.351Z","etag":null,"topics":["code","docker","dockerfiles","edrawmax","et","gitlab","jenkins","jenkins-ci","pdf","qq","thunder","travis-ci","ubuntu","wechat","wps"],"latest_commit_sha":null,"homepage":"https://hub.docker.com/u/zjzstu","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Document-Collection.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2019-09-12T01:51:46.000Z","updated_at":"2024-08-22T19:48:51.000Z","dependencies_parsed_at":"2023-09-25T02:19:15.373Z","dependency_job_id":null,"html_url":"https://github.com/Document-Collection/Containerization-Automation","commit_stats":{"total_commits":154,"total_committers":3,"mean_commits":"51.333333333333336","dds":"0.012987012987012991","last_synced_commit":"1c26d368b07a390523ec1d8ab65f0b208bb16cf2"},"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Document-Collection%2FContainerization-Automation","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Document-Collection%2FContainerization-Automation/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Document-Collection%2FContainerization-Automation/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Document-Collection%2FContainerization-Automation/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Document-Collection","download_url":"https://codeload.github.com/Document-Collection/Containerization-Automation/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":235405233,"owners_count":18984868,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["code","docker","dockerfiles","edrawmax","et","gitlab","jenkins","jenkins-ci","pdf","qq","thunder","travis-ci","ubuntu","wechat","wps"],"created_at":"2024-09-25T06:04:32.550Z","updated_at":"2025-10-05T14:31:25.670Z","avatar_url":"https://github.com/Document-Collection.png","language":"Shell","readme":"# 本仓库不再维护，更新的内容前往：[ZJDoc/Deploy](https://github.com/ZJDoc/Deploy)\n\n# Containerization-Automation\n\n[![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/)\n\n\u003e 容器化与自动化\n\n学习、使用容器以及自动化工具。当前有：\n\n1. [Jenkins](https://containerization-automation.readthedocs.io/zh_CN/latest/jenkins/)\n2. [Docker](https://containerization-automation.readthedocs.io/zh_CN/latest/docker/basic/[%E8%AF%91]docker%E6%A6%82%E8%BF%B0/)\n\n## 内容列表\n\n- [本仓库不再维护，更新的内容前往：ZJDoc/Deploy](#本仓库不再维护更新的内容前往zjdocdeploy)\n- [Containerization-Automation](#containerization-automation)\n  - [内容列表](#内容列表)\n  - [背景](#背景)\n  - [安装](#安装)\n    - [文档工具安装](#文档工具安装)\n  - [用法](#用法)\n  - [主要维护人员](#主要维护人员)\n  - [参与贡献方式](#参与贡献方式)\n  - [许可证](#许可证)\n\n## 背景\n\n容器以及自动化工具的出现极大的加快了软件的生产步骤，同时能够有效解决复杂的依赖环境。看了`Docker`和`CI`工具的介绍，好好利用起来能得到一个很棒的开发环境，赶紧动起来!!!\n\n## 安装\n\n### 文档工具安装\n\n```\n$ pip install -r requirements.txt\n```\n\n## 用法\n\n有两种文档使用方式\n\n1. 在线浏览文档：[Containers and Automation](https://containerization-automation.readthedocs.io/zh_CN/latest/?badge=latest)\n\n2. 本地浏览文档，实现如下：\n\n    ```\n    $ git clone https://github.com/zjZSTU/Containerization-Automation.git\n    $ cd Containerization-Automation\n    $ mkdocs serve\n    ```\n   启动本地服务器后即可登录浏览器`localhost:8000`\n\n## 主要维护人员\n\n* zhujian - *Initial work* - [zjZSTU](https://github.com/zjZSTU)\n\n## 参与贡献方式\n\n欢迎任何人的参与！打开[issue](https://github.com/zjZSTU/Container-Automation/issues)或提交合并请求\n\n注意:\n\n* `GIT`提交，请遵守[Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0-beta.4/)规范\n* 语义版本化，请遵守[Semantic Versioning 2.0.0](https://semver.org)规范\n* `README`编写，请遵守[standard-readme](https://github.com/RichardLitt/standard-readme)规范\n\n## 许可证\n\n[Apache License 2.0](LICENSE) © 2019 zjZSTU\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdocument-collection%2Fcontainerization-automation","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdocument-collection%2Fcontainerization-automation","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdocument-collection%2Fcontainerization-automation/lists"}