From ad888b59bce15e3b6d65301f2ed69228b8fcedbc Mon Sep 17 00:00:00 2001 From: Stefan Junker Date: Thu, 1 Oct 2015 16:50:57 +0200 Subject: [PATCH] docs: start thesis introduction --- src/docs/thesis.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 src/docs/thesis.md diff --git a/src/docs/thesis.md b/src/docs/thesis.md new file mode 100644 index 0000000..6cb539a --- /dev/null +++ b/src/docs/thesis.md @@ -0,0 +1,11 @@ +# 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. +The choice for this topic is due to my personal experience with currently available methods for creating application containers, and the intention for customizing and adapting each one of them to make them suitable for two types of users, system administrators and application developers. + + +# Terminology + +* Application: TODO +* Container: TODO +* Application Container: TODO