mirror of
https://github.com/docker/compose.git
synced 2026-08-03 22:27:30 +00:00
The doc.go file in the proto package allows protobuild to find all protobuf packages in the project and compile the protos. Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
265 B
265 B
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