]> git.ipfire.org Git - thirdparty/lxc.git/commitdiff
Document clear behaviour of list options
authorMarko Hauptvogel <marko.hauptvogel@googlemail.com>
Mon, 4 Jan 2016 21:57:38 +0000 (22:57 +0100)
committerStéphane Graber <stgraber@ubuntu.com>
Thu, 17 Nov 2016 22:43:57 +0000 (17:43 -0500)
More general for all list options.

Seems to currently affect:
lxc.network (clear all NICs)
lxc.network.* (clear current NIC)
lxc.cap.drop
lxc.cap.keep
lxc.cgroup
lxc.mount.entry
lxc.mount.auto
lxc.hook
lxc.id_map
lxc.group
lxc.environment

Signed-off-by: Marko Hauptvogel <marko.hauptvogel@googlemail.com>
Acked-by: Stéphane Graber <stgraber@ubuntu.com>
doc/lxc.container.conf.sgml.in

index 1d44f381b5a863c56962639e6c5017c89753dba0..affd2cf54390fb083d4697db73c4b869dedbe732 100644 (file)
@@ -72,7 +72,9 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
     <para>
       Each option in the configuration file has the form <command>key
       = value</command> fitting in one line. The '#' character means
-      the line is a comment.
+      the line is a comment. List options, like capabilities and cgroups
+      options, can be used with no value to clear any previously
+      defined values of that option.
     </para>
 
     <refsect2>