From 9cf5c91e90e826a0fb9f637cca601878cdc1ed1c Mon Sep 17 00:00:00 2001 From: Oscar Almqvist Date: Fri, 26 Mar 2021 14:06:21 +0100 Subject: [PATCH] =?UTF-8?q?Adds=20essay=20proposal=20Co-authored-by:=20Eri?= =?UTF-8?q?c=20Vickstr=C3=B6m=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- contributions/essay/ericvi-oscaralm/README.md | 27 +++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 contributions/essay/ericvi-oscaralm/README.md diff --git a/contributions/essay/ericvi-oscaralm/README.md b/contributions/essay/ericvi-oscaralm/README.md new file mode 100644 index 0000000000..655482122e --- /dev/null +++ b/contributions/essay/ericvi-oscaralm/README.md @@ -0,0 +1,27 @@ +# Essay proposal: Investigation of Containerization Solutions + +# Members +Eric Vickström (ericvi@kth.se) + +Github: vickstrom + +Oscar Almqvist (oscaralm@kth.se) + +Github: oscaralmqvist + +# Proposal + +- What are containers? (Explanation) +- Why would you use it? (Applications) + - Automated scalability + - Monitoring + - Split resources + - etc. +- State-of-the-art analysis, e.g.: + - Docker + - LXC + - Podman +- Comparison between different solutions, w.r.t: + - Usability + - Security + - etc.