1
0
mirror of https://github.com/docker/compose.git synced 2025-04-08 17:05:13 +02:00
Ulysses Souza b44547c71f Refactor NewContext
This renames NewContext to NewSigContext and
moves it to ./util/util.go avoiding the servers
to import "github.com/docker/api/client"

Signed-off-by: Ulysses Souza <ulyssessouza@gmail.com>
2020-04-24 11:50:30 +02:00
2020-04-24 11:50:30 +02:00
2020-04-24 11:50:30 +02:00
2020-04-23 09:43:53 +02:00
2020-04-24 11:50:30 +02:00
2020-04-24 11:50:30 +02:00
2020-04-23 09:43:53 +02:00
2020-04-23 09:43:53 +02:00

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

Build the example backend

The example backend code is located in /example/backend. Build the service with the resulting binary placed in the /bin directory.

> make example
Description
Define and run multi-container applications with Docker
Readme Apache-2.0 51 MiB
Languages
Go 97.1%
Dockerfile 2%
Makefile 0.5%
HCL 0.3%