added docs

This commit is contained in:
2021-04-11 01:56:35 +04:00
parent 23b147cdd0
commit 3068e7d265
6 changed files with 172 additions and 0 deletions

12
Docs/Virtualization Normal file
View File

@@ -0,0 +1,12 @@
Virtualization Design
======================
The virtualization tool will be treated as a separate module. In our implementation
we will use docker as it's easier to configure and set.
Methods to be created
- Build OS Image from DockerFile
- Run Image Built
- Possibility to kill image by server admin or client side user.
- Track stats of the docker container by server admin or client side user.