aboutsummaryrefslogtreecommitdiff
path: root/nixpkgs/nixos/doc/manual/configuration/profiles/docker-container.xml
blob: efa7b8f24c430018ca8a0648406e8280228356f5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<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 appropriate configuration options that are useful inside a container
  context, like <xref linkend="opt-boot.isContainer"/>.
 </para>
</section>