# parent-docker **Repository Path**: santounn/parent-docker ## Basic Information - **Project Name**: parent-docker - **Description**: docker、docker-compose、example etc - **Primary Language**: Docker - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-06-19 - **Last Updated**: 2026-07-08 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # parent-docker #### 介绍 docker、docker-compose、example etc.. 主要用于开发者使用,生产环境不建议使用 #### docker mirrors ``` # 使用代理拉取镜像 https://dockerproxy.com/ docker pull dockerproxy.com/stilleshan/frpc:latest docker tag dockerproxy.com/stilleshan/frpc:latest stilleshan/frpc:latest docker rmi dockerproxy.com/stilleshan/frpc:latest ``` ``` # 在镜像中使用代理 https://docs.docker.com/network/proxy/ docker build --build-arg HTTP_PROXY="http://proxy.example.com:3128" . docker run --env HTTP_PROXY="http://proxy.example.com:3128" redis ``` #### 常用网站 [docker hub](https://hub.docker.com/) [docker docs](https://github.com/docker-library/docs)