added p2p module code base code

This commit is contained in:
Akilan1999
2021-03-08 09:17:44 +04:00
parent ce26e79118
commit 2a8f0a56ce
7 changed files with 64 additions and 15 deletions

View File

@@ -1,11 +1,11 @@
Virtualization Design
======================
In this Repo the initial choice is to use docker containers and to use it's default parameters when creating
a container. Alphine linux will be the Default OS used because of being light weight.
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.
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.