diff options
author | emile <hanemile@protonmail.com> | 2019-10-19 13:03:59 +0000 |
---|---|---|
committer | emile <hanemile@protonmail.com> | 2019-10-19 13:03:59 +0000 |
commit | 523ed4000c84caac3d4280aee86037a10de95bd4 (patch) | |
tree | 1b5676f4dbdecb30c4e478a315ff5e402a138cb5 | |
parent | 7ce33761abcd297f739208be14ff37fe80eab1ec (diff) |
renamed the repo to circus-manager
-rw-r--r-- | README.md | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/README.md b/README.md index b8f6f15..1e84551 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,13 @@ -# circus-challengeprovider +# circus-manager -This container will provide the challenges for the companion container making it possible to dynamically change challenges and host the circus in docker-swarm +This container will provide the challenges for the companion container making it possible to dynamically change challenges and host the circus in docker-swarm. It will serve as a central manager making it possible to controll the challenge properties such as name, desription, flag, container to run, points and other. ## Function -The challengeprovider is part of the docker swarm providing the challenges for +The challenge-manager is part of the docker swarm providing the challenges for the individual companion containers. -The spawned companion containers access the challenge provider, request the -challenges, recieve them and hosts them for the users. +The spawned companion containers access the challenge-manager, requesting the +challenges, recieving them and hosting them for the users. In order to not transfer the flag over a possibly insecure connection, the sha256 sum of the flag is transmitted. The companion containers can verify the |