From 69e34462e879cd675ffd10a54471ef917d16c42c Mon Sep 17 00:00:00 2001 From: Stefan Junker Date: Wed, 14 Sep 2016 17:40:33 +0200 Subject: [PATCH] context: fix reference to advent of sac --- src/docs/parts/context/context.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/docs/parts/context/context.tex b/src/docs/parts/context/context.tex index b823748..f3d6cb4 100644 --- a/src/docs/parts/context/context.tex +++ b/src/docs/parts/context/context.tex @@ -63,7 +63,7 @@ This is one of the main scenarios for the use of \gls{osvirt} which is better su % TODO: explain generically what APC is and compare to Hypervisors This technology has been under active development for about decade now\cite{Reshetova2014}, and is becoming more and more popular. The popularity has exploded with one specific implementation named \gls{Docker}, which targets the \gls{Linux}-platform. -More about this historical and technological development is explained in its own section \ref{virt-advent-sac-docker}. +More about this historical and technological development is explained in its own section \ref{virt-advent-sac}. The idea behind \gls{osvirt} is to virtualize applications on the \gls{OS} level instead of on the machine level. On \gls{Linux}, features that implement this are a part of the kernel itself, providing features that allow a low-overhead isolation and resource-control for user-space processes, in short: virtualization.