11 lines
460 B
Plaintext
11 lines
460 B
Plaintext
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. |