From 44d36b2f7318b191e2e29126b7c4e4f379fa92d5 Mon Sep 17 00:00:00 2001 From: Emile Date: Thu, 7 Nov 2019 14:57:00 +0100 Subject: described the basic functionallity of the container --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d5174e4..41cf41b 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,11 @@ # circus-container-manager -This container manager containers and exposes an API for ALL other containers. \ No newline at end of file +This container manager containers and exposes an API for ALL other containers. + +## Function + +This container exposes and api for all other containers to use. It should be the +only container into which the docker-socket is mounted and all containers should +communicate with it over an HTTP api. + + -- cgit 1.4.1