From ac70242d438dd9185bf6804308a57b6e8e3399b9 Mon Sep 17 00:00:00 2001 From: Stefan Junker Date: Tue, 20 Oct 2015 20:14:08 +0200 Subject: [PATCH] thesis doc. WIP --- src/docs/thesis.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/docs/thesis.md b/src/docs/thesis.md index 7048525..5ab6849 100644 --- a/src/docs/thesis.md +++ b/src/docs/thesis.md @@ -4,8 +4,8 @@ * Container Build System using Source-Package Management # Introduction -This project represents my thesis to achieve the Master of Science title and is part of my studies of Information Technology at the University of Applied sciences in Constance, Germany. -The main concern of the thesis is to find a viable method for creating application containers with the help of a package manager for source-based packages. +This project represents my thesis for achieving the title "Master of Science" and is part of my studies of Information Technology at the University of Applied sciences in Constance, Germany. +The main concern of this thesis is to find a viable method for creating application containers with the help of a package manager for source-based packages by specifying their content declaratively. The choice for this topic is due to my personal experience with currently available methods for creating application containers, which doesn't include a single one that I felt completely comfortable with and that could provide all the features that I have expected. My personal experience has been collected in different areas which allowed me to create a very broad view of use-cases and their respective requirements, in which containers can be used to improve the overall situation.