mirror of
https://github.com/docker/compose.git
synced 2026-06-21 14:13:27 +00:00
Define and run multi-container applications with Docker
https://docs.docker.com/compose/
|
|
||
|---|---|---|
| backend/v1 | ||
| scripts/setup | ||
| vendor | ||
| Makefile | ||
| Protobuild.toml | ||
| README.md | ||
| setup-dev.sh | ||
| vendor.conf | ||
Docker API
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
> make