Djordje Lukic 10bc4b93f6 Call moby if the command is unknown
Will also check if the context is an original docker context
2020-04-27 11:33:16 +02:00
2020-04-27 11:33:16 +02:00
2020-04-24 14:39:49 +02:00
2020-04-24 14:39:49 +02:00
2020-04-26 19:42:20 +02:00
2020-04-24 15:03:46 +02:00
2020-04-24 14:04:27 +02:00
2020-04-27 10:17:10 +02:00
2020-04-26 22:07:50 +02:00
2020-04-26 22:07:50 +02:00
2020-04-27 10:17:10 +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 72 MiB
Languages
Go 96.9%
Dockerfile 2.3%
Makefile 0.5%
HCL 0.2%