{"id":15023988,"url":"https://github.com/52fhy/docker-images","last_synced_at":"2025-10-12T14:52:08.526Z","repository":{"id":84927689,"uuid":"97205736","full_name":"52fhy/docker-images","owner":"52fhy","description":"本仓库为自定义及收藏的一些镜像，方便使用。包含PHP5、PHP7开发环境等镜像。","archived":false,"fork":false,"pushed_at":"2020-10-31T08:25:06.000Z","size":26035,"stargazers_count":18,"open_issues_count":0,"forks_count":8,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-12T14:52:05.258Z","etag":null,"topics":["dockerfile","php-fpm","php56","php71","swoole"],"latest_commit_sha":null,"homepage":"http://www.cnblogs.com/52fhy/p/8413029.html","language":"Dockerfile","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/52fhy.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2017-07-14T07:24:15.000Z","updated_at":"2022-01-28T08:39:19.000Z","dependencies_parsed_at":null,"dependency_job_id":"bf5501c3-1ce5-46b8-9f8f-668c648e1f64","html_url":"https://github.com/52fhy/docker-images","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/52fhy/docker-images","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/52fhy%2Fdocker-images","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/52fhy%2Fdocker-images/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/52fhy%2Fdocker-images/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/52fhy%2Fdocker-images/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/52fhy","download_url":"https://codeload.github.com/52fhy/docker-images/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/52fhy%2Fdocker-images/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279011611,"owners_count":26084966,"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","status":"online","status_checked_at":"2025-10-12T02:00:06.719Z","response_time":53,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["dockerfile","php-fpm","php56","php71","swoole"],"created_at":"2024-09-24T19:59:40.962Z","updated_at":"2025-10-12T14:52:08.500Z","avatar_url":"https://github.com/52fhy.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# docker-images\n\n本仓库为自定义及收藏的一些镜像，方便使用。包含PHP5、PHP7开发环境等镜像。\n\n\n## Docker常用命令\n\n``` bash\n# 下载镜像\ndocker pull IMAGE[:TAG]\ndocker pull daocloud.io/centos:6.8\n\n# 查看已下载镜像列表\ndocker images [-a]\n\n# 给镜像添加标签\ndocker tag  IMAGE[:TAG] [REGISTRYHOST/][USERNAME/]NAME[:TAG]\ndcoker tag daocloud.io/centos:6.8 centos:6.8\n\n# 删除镜像：必须先删除依赖该镜像的容器才能删除镜像\ndocker rmi [OPTIONS] IMAGE [IMAGE...]\n\n# 创建并运行容器\ndocker run [OPTIONS] IMAGE [COMMOND] [ARG...]\ndocker run -it daocloud.io/centos:6.8 /bin/bash\n\n# 启动容器\ndocker start CONTAINER_ID\n\n# 停止容器\ndocker stop CONTAINER_ID \n\n# 删除容器\ndocker rm CONTAINER_ID \n\n# 执行容器内命令\ndocker exec [-d] [-i] [-t] CONTAINER_ID  [COMMOND] [ARG...]\ndocker exec -it 4b5634aaef69 /bin/bash\ndocker exec 4b5634aaef69 ps -ef\ndocker exec 4b5634aaef69 nginx -s reload\n\n# 导出镜像\ndocker save [OPTIONS] IMAGE [IMAGE...]\ndocker save -o ubuntu_latest.tar ubuntu:latest\n\n# 导入镜像\ndocker load --input ubuntu_latest.tar\ndocker load \u003c ubuntu_latest.tar\n```\n\n## 镜像仓库\n\n- https://hub.docker.com/explore/\n- https://dashboard.daocloud.io/\n- https://c.163.com/\n\n## 镜像加速器\n\n1、加速器 DaoCloud - 业界领先的容器云平台  \nhttps://www.daocloud.io/mirror#accelerator-doc\n\n2、镜像加速 | Docker 中国  \nhttps://www.docker-cn.com/registry-mirror\n\n## 学习资料\n\n1、Docker - 随笔分类 - 飞鸿影~ - 博客园  \nhttp://www.cnblogs.com/52fhy/category/895062.html\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F52fhy%2Fdocker-images","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F52fhy%2Fdocker-images","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F52fhy%2Fdocker-images/lists"}