added docker container go SDK and build container implemented

This commit is contained in:
2021-02-08 01:43:28 +04:00
parent a2adff2318
commit 221bd10eb7
5 changed files with 147 additions and 7 deletions

11
docs/DesignVIrtualization Normal file
View File

@@ -0,0 +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.
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.