# docker-tools **Repository Path**: mirrors_dotnet/docker-tools ## Basic Information - **Project Name**: docker-tools - **Description**: This is a repo to house some common tools for our various docker repos. - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2026-05-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Docker Tools This is a repo to house some common tools for use in the various .NET Docker repos. ## Tools - [ImageBuilder](./src/README.md) is a tool used to build and publish Docker images. ## Building locally To build, test, and pack all projects in the repo, run one of the following scripts: - **Windows**: `build.cmd` - **Linux/Mac**: `./build.sh`