Docs: init section Docker Container in chapter Profiles

This commit is contained in:
David Izquierdo 2018-10-25 10:18:14 +02:00
parent 40f2cdb302
commit 207bbdcb91
2 changed files with 16 additions and 0 deletions

View file

@ -29,4 +29,5 @@
<xi:include href="profiles/base.xml" />
<xi:include href="profiles/clone-config.xml" />
<xi:include href="profiles/demo.xml" />
<xi:include href="profiles/docker-container.xml" />
</chapter>

View file

@ -0,0 +1,15 @@
<section xmlns="http://docbook.org/ns/docbook"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:xi="http://www.w3.org/2001/XInclude"
version="5.0"
xml:id="sec-profile-docker-container">
<title>Docker Container</title>
<para>
This is the profile from which the Docker images are generated. It prepares a
working system by importing the <link linkend="sec-profile-minimal">Minimal</link> and
<link linkend="sec-profile-clone-config">Clone Config</link> profiles, and setting appropiate
configutation options that are useful inside a container context, like
<xref linkend="opt-boot.isContainer"/>.
</para>
</section>