~ubuntu-branches/ubuntu/quantal/lxc/quantal-201206191543

« back to all changes in this revision

Viewing changes to doc/lxc-start.sgml.in

  • Committer: Bazaar Package Importer
  • Author(s): Guido Trotter
  • Date: 2009-07-25 12:24:30 UTC
  • mfrom: (1.2.1 upstream)
  • mto: This revision was merged to the branch mainline in revision 5.
  • Revision ID: james.westby@ubuntu.com-20090725122430-s2mijwddl8nwseue
* New Upstream Version
* Remove duplicate build-dependency on autotools-dev
* Build depend on linux-libc-dev
* Disable checking of netlink headers from configure
  (currently fails under sid)
* Upgrade standards-version to 3.8.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
 
24
24
-->
25
25
 
26
 
<!DOCTYPE refentry PUBLIC "-//Davenport//DTD DocBook V3.0//EN">
 
26
<!DOCTYPE refentry PUBLIC "-//Davenport//DTD DocBook V3.0//EN" [
 
27
 
 
28
<!ENTITY commonoptions SYSTEM "@builddir@/common_options.sgml">
 
29
<!ENTITY seealso SYSTEM "@builddir@/see_also.sgml">
 
30
]>
27
31
 
28
32
<refentry>
29
33
 
71
75
  </refsect1>
72
76
 
73
77
  <refsect1>
 
78
 
74
79
    <title>Options</title>
 
80
 
75
81
    <variablelist>
76
82
 
77
83
      <varlistentry>
78
84
        <term>
79
 
          <option>-n <replaceable>name</replaceable></option>
 
85
          <option>-d, --daemon</option>
80
86
        </term>
81
87
        <listitem>
82
88
          <para>
83
 
            Specify the container name to be started.
 
89
            Run the container as a daemon. As the container has no
 
90
            more tty, if an error occurs nothing will be displayed,
 
91
            the log file can be used to check the error.
84
92
          </para>
85
93
        </listitem>
86
94
      </varlistentry>
89
97
 
90
98
  </refsect1>
91
99
 
 
100
  &commonoptions;
 
101
 
92
102
  <refsect1>
93
103
    <title>Diagnostic</title>
94
104
 
115
125
        </listitem>
116
126
      </varlistentry>    
117
127
 
118
 
 
119
128
    </variablelist>
120
129
 
121
130
  </refsect1>
122
131
 
123
 
  <refsect1>
124
 
    <title>See Also</title>
125
 
 
126
 
    <simpara>    
127
 
      <citerefentry>
128
 
        <refentrytitle><command>lxc-create</command></refentrytitle>
129
 
        <manvolnum>1</manvolnum>
130
 
      </citerefentry>,
131
 
 
132
 
      <citerefentry>
133
 
        <refentrytitle><command>lxc-destroy</command></refentrytitle>
134
 
        <manvolnum>1</manvolnum>
135
 
      </citerefentry>,
136
 
 
137
 
      <citerefentry>
138
 
        <refentrytitle><command>lxc-start</command></refentrytitle>
139
 
        <manvolnum>1</manvolnum>
140
 
      </citerefentry>,
141
 
 
142
 
      <citerefentry>
143
 
        <refentrytitle><command>lxc-stop</command></refentrytitle>
144
 
        <manvolnum>1</manvolnum>
145
 
      </citerefentry>,
146
 
 
147
 
      <citerefentry>
148
 
        <refentrytitle><command>lxc.conf</command></refentrytitle>
149
 
        <manvolnum>5</manvolnum>
150
 
      </citerefentry>
151
 
 
152
 
    </simpara>
153
 
 
154
 
 
155
 
  </refsect1>
 
132
  &seealso;
156
133
 
157
134
  <refsect1>
158
135
    <title>Author</title>