compose/README.md

14 строки
402 B
Markdown
Исходник Обычный вид История

# Docker API
2020-05-03 16:31:05 +03:00
[![Actions Status](https://github.com/docker/api/workflows/Continuous%20integration/badge.svg)](https://github.com/docker/api/actions)
2020-05-03 16:25:50 +03:00
## Dev Setup
To setup a development machine to update the API protobufs, first run the `./setup-dev.sh` script to install the correct version of protobufs on your system and get the protobuild binary.
## Building the API Project
```bash
> make
```