thesis: introduction WIP

This commit is contained in:
steveej 2016-09-03 20:40:07 +02:00
parent 2b800c4b3a
commit 694aca0eb5
2 changed files with 50 additions and 9 deletions

View file

@ -60,6 +60,20 @@
{\normalfont\normalsize\bfseries}}
\makeatother
\newglossaryentry{OS}{
name = Operating System,
description = {
TODO
},
}
\newglossaryentry{FOSS}{
name = Free and Open-Source Software,
description = {
TODO
},
}
\newglossaryentry{Linux}{
name = Linux,
description = {
@ -79,27 +93,34 @@
\newglossaryentry{apc}{
name=Application Program Container,
description={
The broad term for the technology used to build, package, distribute and run an application program in isolation from the underlying and co-existing systems, wherein the level or technique of isolation can be different depending on the \gls{apcr}
The broad term for the technology used to build, package, distribute and run an application program in isolation from the underlying and co-existing systems, wherein the level or technique of isolation can be different depending on the \gls{apcr}.
}
}
\newglossaryentry{apci}{
name=Application Program Container Image,
description={
An archive file that contains all of the necessary binaries that are needed to execute an application and a manifest file that that contains metadata about the application. Alternatively to containing all the required binary files, the manifest file can declare dependencies to other application container images, which must then be available at runtime to execute the contained application
An archive file that contains all of the necessary binaries that are needed to execute an application and a manifest file that that contains metadata about the application. Alternatively to containing all the required binary files, the manifest file can declare dependencies to other application container images, which must then be available at runtime to execute the contained application.
}
}
\newglossaryentry{apcr}{
name=Application Program Container Runtime,
description={
An application program or a collection thereof that understands how to run the software inside an \gls{apci}
An application program (suite) that understands how to run the software inside an \gls{apci}.
}
}
\newglossaryentry{LXC}{
name=LXC,
description={
TODO
}
}
\newglossaryentry{Docker}{
name=Docker,
description={
is a an \gls{apc} platform, with an application program of the same name
A very popular \gls{apc} platform and application suite, providing functionality to build and deploy Docker specific \glspl{apci}.
}
}