16 lines
350 B
Markdown
16 lines
350 B
Markdown
# Docker API
|
|
|
|
[](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.
|