{"id":15905180,"url":"https://github.com/huangcongqing/docker","last_synced_at":"2026-04-27T22:32:27.669Z","repository":{"id":107568874,"uuid":"179008420","full_name":"HuangCongQing/docker","owner":"HuangCongQing","description":"docker容器","archived":false,"fork":false,"pushed_at":"2020-10-07T09:14:00.000Z","size":17,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-10-13T13:11:07.964Z","etag":null,"topics":["docker","docker-image"],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/HuangCongQing.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,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-04-02T05:54:49.000Z","updated_at":"2020-10-07T09:14:02.000Z","dependencies_parsed_at":"2023-07-31T19:30:35.652Z","dependency_job_id":null,"html_url":"https://github.com/HuangCongQing/docker","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/HuangCongQing/docker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HuangCongQing%2Fdocker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HuangCongQing%2Fdocker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HuangCongQing%2Fdocker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HuangCongQing%2Fdocker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/HuangCongQing","download_url":"https://codeload.github.com/HuangCongQing/docker/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HuangCongQing%2Fdocker/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32358509,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-27T20:07:02.737Z","status":"ssl_error","status_checked_at":"2026-04-27T20:07:00.910Z","response_time":128,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["docker","docker-image"],"created_at":"2024-10-06T13:00:59.282Z","updated_at":"2026-04-27T22:32:27.654Z","avatar_url":"https://github.com/HuangCongQing.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003c!--\n * @Description: \n * @Author: HCQ\n * @Company(School): UCAS\n * @Date: 2020-10-06 21:13:33\n * @LastEditors: HCQ\n * @LastEditTime: 2020-10-07 17:11:56\n--\u003e\n# docker\ndocker容器\n\n@ [ChungKing](https://github.com/HuangCongQing/AI_competitions)，若fork或star请注明来源\n\n\nwebsite： https://www.docker.com\n\n* [01 Docker介绍](01Docker介绍.md)\n* [02 Docker常用命令](02Docker常用命令.md)\n* [03 Dockerfile](03Dockerfile.md)\n\n\n# Docker介绍\n\n![](https://cdn.nlark.com/yuque/0/2020/png/232596/1592043513145-b9a847bd-fb7b-4f1d-83bd-81267c6c5725.png#align=left\u0026display=inline\u0026height=119\u0026margin=%5Bobject%20Object%5D\u0026originHeight=119\u0026originWidth=199\u0026size=0\u0026status=done\u0026style=none\u0026width=199)\u003cbr /\u003e\n\n\u003ca name=\"7DM2I\"\u003e\u003c/a\u003e\n## 官方文档\nDocker 官网：[https://www.docker.com](https://www.docker.com/)\u003cbr /\u003eGithub Docker 源码：[https://github.com/docker/docker-ce](https://github.com/docker/docker-ce)\u003cbr /\u003e\n\u003cbr /\u003e文档：[https://docs.docker.com/](https://docs.docker.com/)   Docker文档是超级详细的！！\u003cbr /\u003e仓库（类似github）： [https://hub.docker.com/](https://hub.docker.com/)\u003cbr /\u003e帮助文档地址：[https://docs.docker.com/reference/](https://docs.docker.com/reference/)\u003cbr /\u003e\n\n\u003ca name=\"uhDST\"\u003e\u003c/a\u003e\n## 介绍\n\n- Docker 是一个开源的应用容器引擎，基于 [Go 语言](https://www.runoob.com/go/go-tutorial.html) 并遵从 Apache2.0 协议开源。\n- 可以将你的**开发环境、代码、配置文件等一并打包**到这个容器中，并发布和应用到任意平台中。\n- 容器是完全沙箱，之间不会有任何接口（类似 iPhone 的 app）,容器性能开销极低。\n\u003e Docker的前身是名为dotCloud的小公司，主要提供的是基于 PaaS（Platform as a  Service，平台及服务）平台为开发者或开发商提供技术服务，并提供的开发工具和技术框架。因为其为初创的公司，又生于IT行业，dotCloud受到了IBM，亚马逊，google等公司的挤压，发展举步维艰。于是，在2013年dotCloud  的创始人，年仅28岁的Solomon Hykes做了一个艰难的决定：**将dotCloud的核心引擎开源！**然而一旦这个基于 LXC（Linux  Container）技术的核心管理引擎开源，dotCloud公司就相当于走上了一条\"不归路\"。可正是这个孤注一掷的举动，却带来了全球技术人员的热潮，众程序员惊呼：太方便了，太方便了。也正是这个决定，让所有的IT巨头也为之一颤。一个新的公司也随之出世，它就是：Docker。可以说，Docker是一夜成名的！！\n\n\n\n- 官方注册服务器（[hub.docker.com](https://hub.docker.com/)）的仓库中pull下CentOS的镜像\n\nDocker类比于**虚拟机+操作系统**\u003cbr /\u003e\n**镜像：** 提供运行环境，类似模板\n\n- 好比一个模板，可以通过模板来创建容器服务\n- tomcat==》tomcat01容器（提供服务），通过镜像可以创建多个容器（最终服务运行正在容器中）\n- Docker官方网站专门有一个页面来存储所有可用的镜像，网址是：[index.docker.io](http://index.docker.io/)\n\n**容器**：类似沙盒，可以将其看作一个极简的Linux系统环境（包括root权限、进程空间、用户空间和网络空间等）\n\n- 容器是从镜像创建的运行实例。它可以被**启动、开始、停止、删除。**\n- 独立运行一个或者一组应用。通过镜像创建\n- **启动 开始 停止 删除基本命令**\n- 可以理解为一个linux系统\n\n**仓库：** 类似于代码仓库，用来存放镜像文件（比如，各种版本的Ubuntu）的地方\n\n- 仓库注册服务器（Registry）上往往存放着多个仓库，**每个仓库中又包含了多个镜像，**每个镜像有不同的标签**（tag）**\n- 分为**共有仓库和私有仓库**\n- 阿里云等都有容器服务（配置镜像加速）\n- Docker Hub仓库存放镜像的地方，都存放在[hub.docker.com](https://hub.docker.com/)\n\n\n![image.png](https://cdn.nlark.com/yuque/0/2020/png/232596/1592048275075-6dfb9e07-9d06-4f4d-9883-2fae7d03d596.png#align=left\u0026display=inline\u0026height=400\u0026margin=%5Bobject%20Object%5D\u0026name=image.png\u0026originHeight=595\u0026originWidth=1110\u0026size=483979\u0026status=done\u0026style=none\u0026width=746)\n\n\n\n### License\n\nCopyright (c) [ChungKing](https://github.com/HuangCongQing/docker). All rights reserved.\n\nLicensed under the [MIT](./LICENSE) License.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhuangcongqing%2Fdocker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhuangcongqing%2Fdocker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhuangcongqing%2Fdocker/lists"}