dotnet/docker-tools
GitHub: dotnet/docker-tools
Stars: 177 | Forks: 64
# 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`