# docker-system-check **Repository Path**: zouyikb/docker-system-check ## Basic Information - **Project Name**: docker-system-check - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-11-17 - **Last Updated**: 2021-11-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # docker-system-check this is a tool for docker to check system and add mirror modify [github](https://github.com/php-cpm/docker-system-check) | [gitee](https://gitee.com/zouyikb/docker-system-check) for example: ``` RUN curl -fsSL https://raw.githubusercontent.com/php-cpm/docker-system-check/HEAD/change-mirror.sh|sh ``` ``` RUN curl -fsSL https://gitee.com/zouyikb/docker-system-check/raw/main/change-mirror.sh|sh ``` for system do not have curl, such as debian in docker ,you can download shell file to local then ``` COPY change-mirror.sh . RUN sh ./change-mirror.sh ```