# toolbox **Repository Path**: mirrors_cofyc/toolbox ## Basic Information - **Project Name**: toolbox - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2026-04-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # toolbox ## examples ``` docker run -it --rm --net container:$CONTAINER_ID --pid container:$CONTAINER_ID cofyc/toolbox ``` ``` kubectl run -n default -it --rm toolbox --generator=run-pod/v1 --image cofyc/toolbox ``` ## alternative images - registry.cn-shanghai.aliyuncs.com/fuyecheng/toolbox:latest ## change mirror ``` sed -i -r 's/(deb|security).debian.org/mirrors.aliyun.com/g' /etc/apt/sources.list ```