diff options
author | Emile <hanemile@protonmail.com> | 2019-11-07 14:57:00 +0100 |
---|---|---|
committer | Emile <hanemile@protonmail.com> | 2019-11-07 14:57:00 +0100 |
commit | 44d36b2f7318b191e2e29126b7c4e4f379fa92d5 (patch) | |
tree | 961ce95947b7e8bcf62b4c1b41d61d195b8086ce | |
parent | 59e4bd4e1a3aaff9f42e379e100643f736c1b673 (diff) |
described the basic functionallity of the container
-rw-r--r-- | README.md | 10 |
1 files changed, 9 insertions, 1 deletions
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. + + |