Commit Graph

29 Commits

Author SHA1 Message Date
2c21356473 Mostly changes to the html, moved pages, fixed links.
* Moved the introduction page to the en/latest/index.html home of the documentation and pointed all links there
* Fixed a broken link from+to homepage
* Fixed the javascript of the documentation navigation to allow expand and collapse multiple times.
* Fixed the one typo Andy pointed out
Upstream-commit: 8454a86e9733b3eddc6dcd5583bef58785a550d7
Component: engine
2013-05-15 20:00:20 -07:00
e619b35202 Merge pull request #551 from jpetazzo/471-cpu-limit
+ Runtime: implement "-c" option to allocate a number of CPU shares to a container
Upstream-commit: edc7c092d926defa19d8b30dda7d3add38505ca0
Component: engine
2013-05-13 11:59:09 -07:00
3980cc1280 Merge branch 'master' of github.com:dotcloud/docker into 471-cpu-limit
Upstream-commit: 6f3e868a7b8f239334d06b2385b776ce7ae5614f
Component: engine
2013-05-10 14:44:50 -07:00
8767bd1f29 Updated commands index to show better title.
Small syntax fix in couchDB
Upstream-commit: 8946b75a0b8bce77f630020f6c0fcdae3404b922
Component: engine
2013-05-10 12:25:02 -07:00
0e4b996e2f Major rearrange of the documentation.
Upstream-commit: 7557af19d8cc3fba858b3ab67cef4875b6097c42
Component: engine
2013-05-10 12:00:12 -07:00
5ae8c5b2d7 re-add previously deleted doc files
Upstream-commit: 0bcc5d3bee82d3cd7e51b88005c2105d3f399150
Component: engine
2013-05-09 20:36:08 +02:00
d5b8190ffc merge master
Upstream-commit: b5831eda1e3c61567b63362b8bf09ea0a2c45ba6
Component: engine
2013-05-09 20:32:53 +02:00
1d943286a7 fix attach and remove cli doc
Upstream-commit: 4576e11121581c92a436a53ad347bccbfc921a9b
Component: engine
2013-05-09 17:54:41 +02:00
85073c6e30 Moved the static website html pages to their own folder under docs.
This should make previewing documentation easier.
Also updated the Makefile to now copy the theme dir into the _build/website/ dir. Make connect and Make push work.
Upstream-commit: 0f4469c2b1164eab9bc6104913cf8dccacac214f
Component: engine
2013-05-08 17:05:46 -07:00
8ac133e820 if -c is not specified, do not set cpu.shares (instead of using the default value of 1024)
Upstream-commit: e36752e03347bf46177d8ee810cdd5a019321dc9
Component: engine
2013-05-07 11:43:45 -07:00
443030ccf1 implement "-c" option to allocate a number of CPU shares to a container
Upstream-commit: efd9becb78c82ddef07efb7e76e0100d7a712281
Component: engine
2013-05-07 11:16:30 -07:00
918b8e4e00 Added actual doc file
Upstream-commit: 82513815f1d2bee77ae729b4293e29d6377ab03d
Component: engine
2013-05-07 10:31:55 -07:00
fdf1b6eb16 Added doc page for new search command
Upstream-commit: 4df26b9ee74c9d381447a10f9eae5db1ab1872c8
Component: engine
2013-05-07 10:29:49 -07:00
1fe09c7f12 Merge pull request #497 from justone/dot-graph-images
+ images: output graph of images to dot (graphviz)
Upstream-commit: 8472a27e80849318161ed7d8f30a8b431b1571a8
Component: engine
2013-05-06 17:48:07 -07:00
cb5a080cbe Add doc for the builder
Upstream-commit: bbb634a98068171b6b6f4bbb9c7160284ef252e4
Component: engine
2013-05-06 16:01:00 -07:00
f92cced6ec added new sphinx contrib extention for better REST API docs, and changed the index search API so that it uses the new docs, as a test to make sure it works correctly
Upstream-commit: 09d4b9452d80b70bf4d510891cf3545b3350cdf2
Component: engine
2013-05-06 13:38:51 -04:00
b23bef294e add doc for images -viz
Upstream-commit: 359ecf88de8b1ed4392ff82aac276353d5d664f0
Component: engine
2013-05-03 21:12:43 -07:00
64cd9c2d11 Fix typo for command run docs
Upstream-commit: 1617a18258ccc7e07f30aef02a9b085627eb388a
Component: engine
2013-05-02 12:11:57 -07:00
9951e24504 Update docs for Command Run
Upstream-commit: 21b9dcd518871088086943f95bf39f068b30691f
Component: engine
2013-05-02 09:26:29 -07:00
10952020e0 Update commandline Commit doc
Upstream-commit: c20e46587d3fb09257e6ce7d085467da403210ee
Component: engine
2013-05-01 15:43:02 -07:00
44ca22c601 sync with README
Upstream-commit: 9875a9b1f1b59114356c129f42449e2d62427f65
Component: engine
2013-04-07 00:43:57 -07:00
8ee2fa2877 move each command description into a separate document
Upstream-commit: cf8b8c1969daa423a1308561f3c1b2b863c64655
Component: engine
2013-04-03 15:55:18 +03:00
b539ba53c2 Merge remote-tracking branch 'sa2ajj/hostname-parameter'
Upstream-commit: d6fb2a0836de056d79f4887eabfc2d79e8518988
Component: engine
2013-04-02 18:41:14 -07:00
38ad5f3006 Fixed a lot of language and small things.
Upstream-commit: 81874ad4425ed1a3520944bfcced271041e7b0f4
Component: engine
2013-04-01 19:11:09 -07:00
21d5e7b3d6 add host name parameter to "run" command
fixes #243
Upstream-commit: f65fc1e766cefed06131acf1ede6bb1f25f75fff
Component: engine
2013-04-02 01:26:17 +03:00
4e517cc302 Redundant message in basics.
Upstream-commit: e9d17b1f9155160d5601b756b6c9df3f60d02b00
Component: engine
2013-03-29 17:38:31 -07:00
996e1c5e82 Added a lot of basic instructions on various topics
Upstream-commit: 64376481767a6a4a1d2b90b225a6ac5bf6bc16f9
Component: engine
2013-03-29 17:30:10 -07:00
9de6b5992b Merge remote-tracking branch 'origin/docs'
Upstream-commit: 47e5d2f5e1af88f75faa7391fb29644b3254a8ae
Component: engine
2013-03-28 11:12:00 -07:00
33c9b9eb1f Made changes to incorporate extermal docs.docker.io. Also took out /documentation/ dir so sources are easier accessible and the folder is not redundant on docs.docker.io/documentation/
Upstream-commit: 3b71336edcd3798a11ea8a2f9c94b012357b32c3
Component: engine
2013-03-27 16:43:13 -07:00