# Docker API [![Actions Status](https://github.com/docker/api/workflows/Continuous%20integration/badge.svg)](https://github.com/docker/api/actions) ## Dev Setup Make sure you have Docker installed and running. ## Building the project ```bash $ make ``` If you make changes to the `.proto` files, make sure to `make protos` to generate go code.