
This patch adds following parameters for container creation. * cpu * hostname * workdir * ports * labels Also, classify all params for creation dialog and details view. And 'task_state' is added for views. Change-Id: I647c8d6b06b9b573b45f804f55d4e2154e8c1f4a Depends-On: Ief55b52317c0a97dd7175556755e460522959789
9 lines
308 B
HTML
9 lines
308 B
HTML
<dl>
|
|
<dt translate>Hostname</dt>
|
|
<dd translate>The hostname to use for the container.</dd>
|
|
<dt translate>Working Directory</dt>
|
|
<dd translate>The working directory needs to be an absolute path.</dd>
|
|
<dt translate>Ports</dt>
|
|
<dd translate>The ports to expose in comma separated values.</dd>
|
|
</dl>
|