<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/docker.git/docs/reference/commandline/create.md, branch 1.13.x</title>
<subtitle>github.com: dotcloud/docker.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/docker.git/'/>
<entry>
<title>Standardized formatting of CLI reference commands</title>
<updated>2017-04-03T22:12:33+00:00</updated>
<author>
<name>Misty Stanley-Jones</name>
<email>misty@docker.com</email>
</author>
<published>2017-04-03T21:16:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/docker.git/commit/?id=68e914ce620d4ab30afa59c8b5fc4b9ccd9c6b02'/>
<id>68e914ce620d4ab30afa59c8b5fc4b9ccd9c6b02</id>
<content type='text'>
Command name should be a H1

Only Description, Examples, and Related Commands should be H2

Changed 'Related information' heading to 'Related commands' since 99% it is only linking commands

Added some examples where relevant

Signed-off-by: Misty Stanley-Jones &lt;misty@docker.com&gt;
(cherry picked from commit 52df69f00d966904ba230dc2e3a0646cc52b7688)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Command name should be a H1

Only Description, Examples, and Related Commands should be H2

Changed 'Related information' heading to 'Related commands' since 99% it is only linking commands

Added some examples where relevant

Signed-off-by: Misty Stanley-Jones &lt;misty@docker.com&gt;
(cherry picked from commit 52df69f00d966904ba230dc2e3a0646cc52b7688)
</pre>
</div>
</content>
</entry>
<entry>
<title>Add docs for `run|create --init|--init-path`</title>
<updated>2017-01-24T23:41:37+00:00</updated>
<author>
<name>Harald Albers</name>
<email>github@albersweb.de</email>
</author>
<published>2017-01-19T16:47:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/docker.git/commit/?id=ecd95a41d262d7a4b89cca9f8e71eabdb6af8974'/>
<id>ecd95a41d262d7a4b89cca9f8e71eabdb6af8974</id>
<content type='text'>
Signed-off-by: Harald Albers &lt;github@albersweb.de&gt;
(cherry picked from commit d049ef2b0db4aebfba4f85f5d8294e9884a4b7e2)
Signed-off-by: Victor Vieux &lt;vieux@docker.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Harald Albers &lt;github@albersweb.de&gt;
(cherry picked from commit d049ef2b0db4aebfba4f85f5d8294e9884a4b7e2)
Signed-off-by: Victor Vieux &lt;vieux@docker.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>cli: remove `--mount` from `docker run`</title>
<updated>2016-11-30T22:22:43+00:00</updated>
<author>
<name>Akihiro Suda</name>
<email>suda.akihiro@lab.ntt.co.jp</email>
</author>
<published>2016-11-25T12:38:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/docker.git/commit/?id=783e1a94b55d7d68251e465f05fca55a10460832'/>
<id>783e1a94b55d7d68251e465f05fca55a10460832</id>
<content type='text'>
This commit reverts 273eeb813c1db0f42c2ad5e053972eeb00907568 (#26825).
For the discussion so far, please refer to #28527.

Signed-off-by: Akihiro Suda &lt;suda.akihiro@lab.ntt.co.jp&gt;
(cherry picked from commit e6d9b7de649c0b3b59c7d9b698af1c58f6dce289)
Signed-off-by: Victor Vieux &lt;victorvieux@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This commit reverts 273eeb813c1db0f42c2ad5e053972eeb00907568 (#26825).
For the discussion so far, please refer to #28527.

Signed-off-by: Akihiro Suda &lt;suda.akihiro@lab.ntt.co.jp&gt;
(cherry picked from commit e6d9b7de649c0b3b59c7d9b698af1c58f6dce289)
Signed-off-by: Victor Vieux &lt;victorvieux@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Add `--dns-option` to `docker run` and hide `--dns-opt`</title>
<updated>2016-11-09T20:13:25+00:00</updated>
<author>
<name>Yong Tang</name>
<email>yong.tang.github@outlook.com</email>
</author>
<published>2016-11-09T02:29:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/docker.git/commit/?id=9b6b3c2076911ea0a510548943180ac9d1b8c286'/>
<id>9b6b3c2076911ea0a510548943180ac9d1b8c286</id>
<content type='text'>
This fix is a follow up to #27567 based on:
https://github.com/docker/docker/pull/27567#issuecomment-259295055

In #27567, `--dns-options` has been added to `service create/update`,
together with `--dns` and `--dns-search`. The `--dns-opt` was used
in `docker run`.

This fix add `--dns-option` (not `--dns-options`) to `docker run/create`, and hide
`--dns-opt`. It is still possible to use `--dns-opt` with
`docker run/create`, though it will not show up in help output.

This fix change `--dns-options`to --dns-option` for `docker service create`
and `docker service update`.

This fix also updates the docs and bash/zsh completion scripts.

Signed-off-by: Yong Tang &lt;yong.tang.github@outlook.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This fix is a follow up to #27567 based on:
https://github.com/docker/docker/pull/27567#issuecomment-259295055

In #27567, `--dns-options` has been added to `service create/update`,
together with `--dns` and `--dns-search`. The `--dns-opt` was used
in `docker run`.

This fix add `--dns-option` (not `--dns-options`) to `docker run/create`, and hide
`--dns-opt`. It is still possible to use `--dns-opt` with
`docker run/create`, though it will not show up in help output.

This fix change `--dns-options`to --dns-option` for `docker service create`
and `docker service update`.

This fix also updates the docs and bash/zsh completion scripts.

Signed-off-by: Yong Tang &lt;yong.tang.github@outlook.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixes #24083 : Improving cli help for flags with duration option</title>
<updated>2016-11-09T12:17:28+00:00</updated>
<author>
<name>milindchawre</name>
<email>milindchawre@gmail.com</email>
</author>
<published>2016-10-25T12:22:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/docker.git/commit/?id=ecb59a2283be35b2dba2951ed1542afe4e896d8a'/>
<id>ecb59a2283be35b2dba2951ed1542afe4e896d8a</id>
<content type='text'>
Signed-off-by: milindchawre &lt;milindchawre@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: milindchawre &lt;milindchawre@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Windows: Add cpu count option</title>
<updated>2016-11-04T20:38:50+00:00</updated>
<author>
<name>Darren Stahl</name>
<email>darst@microsoft.com</email>
</author>
<published>2016-11-01T20:02:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/docker.git/commit/?id=4e15420b9be50ddd7fa65e5c7f9b732777f9cc35'/>
<id>4e15420b9be50ddd7fa65e5c7f9b732777f9cc35</id>
<content type='text'>
Signed-off-by: Darren Stahl &lt;darst@microsoft.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Darren Stahl &lt;darst@microsoft.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Add `--cpus` flag to control cpu resources</title>
<updated>2016-11-04T16:43:10+00:00</updated>
<author>
<name>Yong Tang</name>
<email>yong.tang.github@outlook.com</email>
</author>
<published>2016-11-01T17:12:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/docker.git/commit/?id=846baf1fd3efcbfbf9d3eb99e436ca9a59d3e185'/>
<id>846baf1fd3efcbfbf9d3eb99e436ca9a59d3e185</id>
<content type='text'>
This fix tries to address the proposal raised in 27921 and add
`--cpus` flag for `docker run/create`.

Basically, `--cpus` will allow user to specify a number (possibly partial)
about how many CPUs the container will use. For example, on a 2-CPU system
`--cpus 1.5` means the container will take 75% (1.5/2) of the CPU share.

This fix adds a `NanoCPUs` field to `HostConfig` since swarmkit alreay
have a concept of NanoCPUs for tasks. The `--cpus` flag will translate
the number into reused `NanoCPUs` to be consistent.

This fix adds integration tests to cover the changes.

Related docs (`docker run` and Remote APIs) have been updated.

This fix fixes 27921.

Signed-off-by: Yong Tang &lt;yong.tang.github@outlook.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This fix tries to address the proposal raised in 27921 and add
`--cpus` flag for `docker run/create`.

Basically, `--cpus` will allow user to specify a number (possibly partial)
about how many CPUs the container will use. For example, on a 2-CPU system
`--cpus 1.5` means the container will take 75% (1.5/2) of the CPU share.

This fix adds a `NanoCPUs` field to `HostConfig` since swarmkit alreay
have a concept of NanoCPUs for tasks. The `--cpus` flag will translate
the number into reused `NanoCPUs` to be consistent.

This fix adds integration tests to cover the changes.

Related docs (`docker run` and Remote APIs) have been updated.

This fix fixes 27921.

Signed-off-by: Yong Tang &lt;yong.tang.github@outlook.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>fix frontmatter keywords value type (string, instead of []string) in /docs/reference</title>
<updated>2016-11-03T22:48:30+00:00</updated>
<author>
<name>Gaetan de Villele</name>
<email>gdevillele@gmail.com</email>
</author>
<published>2016-11-03T22:48:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/docker.git/commit/?id=248c699ec88bb249ce9fd03001d13f29ac0b4b99'/>
<id>248c699ec88bb249ce9fd03001d13f29ac0b4b99</id>
<content type='text'>
Signed-off-by: Gaetan de Villele &lt;gdevillele@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Gaetan de Villele &lt;gdevillele@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>cli: add `--mount` to `docker run`</title>
<updated>2016-11-03T07:08:59+00:00</updated>
<author>
<name>Akihiro Suda</name>
<email>suda.akihiro@lab.ntt.co.jp</email>
</author>
<published>2016-10-25T03:26:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/docker.git/commit/?id=273eeb813c1db0f42c2ad5e053972eeb00907568'/>
<id>273eeb813c1db0f42c2ad5e053972eeb00907568</id>
<content type='text'>
Signed-off-by: Akihiro Suda &lt;suda.akihiro@lab.ntt.co.jp&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Akihiro Suda &lt;suda.akihiro@lab.ntt.co.jp&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Implementing support for --cpu-rt-period and --cpu-rt-runtime so that</title>
<updated>2016-10-26T15:33:06+00:00</updated>
<author>
<name>Erik St. Martin</name>
<email>alakriti@gmail.com</email>
</author>
<published>2016-06-07T19:05:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/docker.git/commit/?id=56f77d5ade945b3b8816a6c8acb328b7c6dce9a7'/>
<id>56f77d5ade945b3b8816a6c8acb328b7c6dce9a7</id>
<content type='text'>
containers may specify these cgroup values at runtime. This will allow
processes to change their priority to real-time within the container
when CONFIG_RT_GROUP_SCHED is enabled in the kernel. See #22380.

Also added sanity checks for the new --cpu-rt-runtime and --cpu-rt-period
flags to ensure that that the kernel supports these features and that
runtime is not greater than period.

Daemon will support a --cpu-rt-runtime flag to initialize the parent
cgroup on startup, this prevents the administrator from alotting runtime
to docker after each restart.

There are additional checks that could be added but maybe too far? Check
parent cgroups to ensure values are &lt;= parent, inspecting rtprio ulimit
and issuing a warning.

Signed-off-by: Erik St. Martin &lt;alakriti@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
containers may specify these cgroup values at runtime. This will allow
processes to change their priority to real-time within the container
when CONFIG_RT_GROUP_SCHED is enabled in the kernel. See #22380.

Also added sanity checks for the new --cpu-rt-runtime and --cpu-rt-period
flags to ensure that that the kernel supports these features and that
runtime is not greater than period.

Daemon will support a --cpu-rt-runtime flag to initialize the parent
cgroup on startup, this prevents the administrator from alotting runtime
to docker after each restart.

There are additional checks that could be added but maybe too far? Check
parent cgroups to ensure values are &lt;= parent, inspecting rtprio ulimit
and issuing a warning.

Signed-off-by: Erik St. Martin &lt;alakriti@gmail.com&gt;
</pre>
</div>
</content>
</entry>
</feed>
