~ubuntu-branches/ubuntu/quantal/lxc/quantal-201208301614

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Guido Trotter
  • Date: 2010-01-10 10:40:21 UTC
  • mto: (1.1.2 upstream) (3.1.2 sid)
  • mto: This revision was merged to the branch mainline in revision 5.
  • Revision ID: james.westby@ubuntu.com-20100110104021-ff3ukvpu7yzc36hm
ImportĀ upstreamĀ versionĀ 0.6.4

Show diffs side-by-side

added added

removed removed

Lines of Context:
47
47
  </refnamediv>
48
48
 
49
49
  <refsynopsisdiv>
50
 
    <cmdsynopsis>
51
 
      <command>lxc-start <replaceable>-n name</replaceable>
52
 
        <optional>command</optional>
53
 
      </command>
54
 
    </cmdsynopsis>
 
50
    <cmdsynopsis><command>lxc-start <replaceable>-n
 
51
    name</replaceable> <optional>-f
 
52
    config_file</optional> <optional>command</optional></command></cmdsynopsis>
55
53
  </refsynopsisdiv>
56
54
 
57
55
  <refsect1>
60
58
    <para>
61
59
      <command>lxc-start</command> runs the specified command inside
62
60
      the container specified by name. It will setup the container
63
 
      according with the configuration defined previously with the
64
 
      lxc-create command and execute the command inside the
65
 
      container. The orphan process group and daemon are not supported
66
 
      by this command.
 
61
      according the configuration previously defined with the
 
62
      lxc-create command or with the configuration file parameter and
 
63
      execute the command inside the container. If no configuration is
 
64
      defined, the default isolation is used. The orphan process group
 
65
      and daemon are not supported by this command, use
 
66
      the <command>lxc-execute</command> command instead.
67
67
      
68
68
      If no command is specified, <command>lxc-start</command> will
69
69
      use the default
93
93
        </listitem>
94
94
      </varlistentry>
95
95
 
 
96
      <varlistentry>
 
97
        <term>
 
98
          <option>-f <replaceable>config_file</replaceable></option>
 
99
        </term>
 
100
        <listitem>
 
101
          <para>
 
102
            Specify the configuration file to configure the virtualization
 
103
            and isolation functionalities for the container.
 
104
          </para>
 
105
        </listitem>
 
106
      </varlistentry>
 
107
 
96
108
    </variablelist>
97
109
 
98
110
  </refsect1>