{"id":13475615,"url":"https://github.com/widuu/docker_course","last_synced_at":"2025-03-03T00:11:21.119Z","repository":{"id":47460677,"uuid":"18231224","full_name":"widuu/docker_course","owner":"widuu","description":"docker中文翻译","archived":false,"fork":false,"pushed_at":"2016-03-10T12:33:27.000Z","size":180,"stargazers_count":37,"open_issues_count":1,"forks_count":11,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-01-13T10:50:49.473Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/widuu.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"contributing/devenv.md","funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-03-29T01:05:26.000Z","updated_at":"2023-08-13T13:54:49.000Z","dependencies_parsed_at":"2022-09-23T05:21:22.153Z","dependency_job_id":null,"html_url":"https://github.com/widuu/docker_course","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/widuu%2Fdocker_course","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/widuu%2Fdocker_course/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/widuu%2Fdocker_course/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/widuu%2Fdocker_course/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/widuu","download_url":"https://codeload.github.com/widuu/docker_course/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241587929,"owners_count":19986628,"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":[],"created_at":"2024-07-31T16:01:21.919Z","updated_at":"2025-03-03T00:11:21.093Z","avatar_url":"https://github.com/widuu.png","language":null,"funding_links":[],"categories":["Others"],"sub_categories":[],"readme":"#Docker教程中文版本\n\n##介绍\n\n1. [Docker介绍](https://github.com/widuu/docker_course/blob/master/introduction、introduction.md)\n\n##安装\n\n1. [Docker-ubuntu安装教程](https://github.com/widuu/docker_course/blob/master/install/docker.md)\n\n1. [Docker-redhat(centos)安装教程](https://github.com/widuu/docker_course/blob/master/install/docker-redhat.md)\n\n1. [Docker-fedora安装教程](https://github.com/widuu/docker_course/blob/master/install/docker-fedora.md)\n\n1. [Docker-Arch Linux安装教程](https://github.com/widuu/docker_course/blob/master/install/docker-arch.md)\n\n1. [Docker-macos安装教程](https://github.com/widuu/docker_course/blob/master/install/macos.md)\n\n1. [二进制安装教程](https://github.com/widuu/docker_course/blob/master/install/binaries.md)\n\n1. [升级Docker](https://github.com/widuu/docker_course/blob/master/install/upgrading.md)\n\n##使用\n\n1. [学习基础命令](https://github.com/widuu/docker_course/blob/master/use/Basic.md)\n\n1. [创建镜像(引用Dockerfile)](https://github.com/widuu/docker_course/blob/master/use/buildimage.md)\n\n1. [分享镜像](https://github.com/widuu/docker_course/blob/master/use/shareimage.md)\n\n1. [使用puppet](https://github.com/widuu/docker_course/blob/master/puppet.md)\n\n##例子\n\n1. [hello word](https://github.com/widuu/docker_course/blob/master/example/helloword.md)\n\n1. [python web 应用](https://github.com/widuu/docker_course/blob/master/example/python.md)\n\n1. [node.js web 应用](https://github.com/widuu/docker_course/blob/master/example/node.md)\n\n1. [redis服务](https://github.com/widuu/docker_course/blob/master/example/redis.md)\n\n1. [SSH服务进程](https://github.com/widuu/docker_course/blob/master/example/sshd.md)\n\n1. [CouchDB服务](https://github.com/widuu/docker_course/blob/master/example/couchdb.md)\n\n1. [PostgreSQL服务](https://github.com/widuu/docker_course/blob/master/example/postgresql.md)\n\n1. [创建一个mongodb镜像](https://github.com/widuu/docker_course/blob/master/example/mongodb.md)\n\n1. [Riak服务](https://github.com/widuu/docker_course/blob/master/example/riak.md)\n\n1. [Docker使用Supervisor](https://github.com/widuu/docker_course/blob/master/example/supervisor.md)\n\n1. [CFEngine管理Docker进程](https://github.com/widuu/docker_course/blob/master/example/cfengine.md)\n\n##命令\n\n1. [命令讲解(1)](https://github.com/widuu/docker_course/blob/master/command/cli_1.md)\n\n1. [命令讲解(2)](https://github.com/widuu/docker_course/blob/master/command/cli_2.md)\n\n1. [命令讲解(3)](https://github.com/widuu/docker_course/blob/master/command/cli_3.md)\n\n1. [命令讲解(4)](https://github.com/widuu/docker_course/blob/master/command/cli_4.md)\n\n##贡献\n\n1. [贡献docker](https://github.com/widuu/docker_course/blob/master/contributing/dockercon.md)\n\n1. [设置开发环境](https://github.com/widuu/docker_course/blob/master/contributing/devenv.md) \n\n##非官方例子\n\n1. [docker运行.net应用](https://github.com/widuu/docker_course/blob/master/me/docker-netapp.md)\n\n##文章\n\n1. [创建基础镜像](https://github.com/widuu/docker_course/blob/master/article/baseimage.md)\n\n##术语\n\n\n\n##通过捐款支持\n\n捐款地址:[https://me.alipay.com/widuu](https://me.alipay.com/widuu)\n\n---\n\n####本文由widuu提供中文翻译，中文翻译官方网站[http://www.widuu.com](http://www.widuu.com)!\n\n---\n\n##授权许可\n\n除特别声明外，本书中的内容使用[CC BY-SA 3.0 License](http://creativecommons.org/licenses/by-sa/3.0/)（创作共用 署名-相同方式共享3.0许可协议）授权 。\n\n\n\n \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwiduu%2Fdocker_course","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwiduu%2Fdocker_course","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwiduu%2Fdocker_course/lists"}