diff options
Diffstat (limited to 'README.md')
-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 |