Adrien Duermael
8fa5f3a5de
absolute links to docs.docker.com are now relative links
...
Signed-off-by: Adrien Duermael <adrien@duermael.com>
2016-11-01 17:01:41 -07:00
John Mulhausen
f201f50501
Merge pull request #399 from aduermael/master
...
removed menu.md files
2016-11-01 12:07:20 -07:00
John Mulhausen
76a96a70e8
Merge pull request #386 from WeiZhang555/fix-doc
...
Fix incorrect devicemapper thinpool device name
2016-10-31 16:07:17 -07:00
Adrien Duermael
e7ab7f7d03
removed menu.md files
...
Signed-off-by: Adrien Duermael <adrien@duermael.com>
2016-10-31 13:45:56 -07:00
Low Jeng Lam
bf0ca906f5
Typo "note"
2016-10-30 16:03:06 +08:00
Zhang Wei
852b8ca424
Fix incorrect devicemapper thinpool device name
...
Correct device name should be `docker-thinpool` instead of
`docker-thinpool-tpool`
Signed-off-by: Zhang Wei <zhangwei555@huawei.com>
2016-10-29 17:51:33 +08:00
lbausch
110d94b9a1
Add missing whitespace
2016-10-27 14:04:36 +02:00
weslord
076c060ddf
Removed a space from Dockerfile Best Practices
2016-10-23 04:17:27 -07:00
John Mulhausen
5415c33ea7
Merge pull request #311 from friism/patch-2
...
fix anchor
2016-10-22 13:17:53 -07:00
4c74356b41
d24834fceb
fixing typo
2016-10-22 12:37:05 +03:00
Michael Friis
cd0f5c4888
fix anchor
...
Signed-off-by: Michael Friis friism@gmail.com
2016-10-21 17:00:25 -07:00
John Mulhausen
5435bfd362
Update device-mapper-driver.md
2016-10-21 14:31:30 -07:00
Thomas Sjögren
f2f8532ca9
fix storage-driver-options 404
...
Signed-off-by: Thomas Sjögren <konstruktoid@users.noreply.github.com>
2016-10-21 15:50:11 +02:00
John Mulhausen
bd630e9e3b
Update dockerlinks.md
2016-10-19 22:53:52 -07:00
John Mulhausen
60c9df35d9
Merge pull request #282 from mstanleyjones/add_macvlan_to_toc
...
Add get-started-macvlan.md to TOC
2016-10-19 22:51:38 -07:00
Misty Stanley-Jones
d92715537f
Merge pull request #230 from afrazkhan/master
...
Info about IP 50 needing to be open
2016-10-19 14:52:10 -07:00
Misty Stanley-Jones
9c1de966a7
Add get-started-macvlan.md to TOC
...
Signed-off-by: Misty Stanley-Jones <misty@docker.com>
2016-10-19 13:45:14 -07:00
Ding Fei
bab82e94f6
Fix typos and updated a few links, some sentences.
...
Signed-off-by: Ding Fei <dingfei@stars.org.cn>
2016-10-18 17:04:10 +08:00
Afraz Ahmadzadeh
dcfbf407b0
Typo in docs
2016-10-18 07:58:08 +02:00
Afraz Ahmadzadeh
0dcdc43cb1
Info about IP 50 needing to be open
2016-10-17 10:29:28 +02:00
Misty Stanley-Jones
2ea55d74ad
Provide a backup for old config when configuring devicemapper ( #149 )
...
* Provide a backup for old config when configuring devicemapper
* Adding blank line to avoid rendering issues
2016-10-12 15:44:18 -07:00
Misty Stanley-Jones
a41d952d78
Merge pull request #117 from mbentley/add-deferred-deletion
...
Add deferred deletion to recommended dm options
2016-10-10 15:52:42 -07:00
Matt Bentley
5423de94f0
Add deferred deletion to recommended dm options
...
Signed-off-by: Matt Bentley <matt.bentley@docker.com>
2016-10-10 18:05:11 -04:00
vishesh92
78ff6bf07e
fix formatting in container-communication.md
...
fix formatting in container-communication.md so page is rendered perfectly at https://docs.docker.com/engine/userguide/networking/default_network/container-communication/
2016-10-10 17:58:48 +05:30
John Mulhausen
8bfa1bda07
Merge pull request #114 from benizi/fix/raw-variables-targeted
...
Prevent Liquid from mangling `{{` in a more targeted way
2016-10-07 13:30:05 -07:00
John Mulhausen
dec694d0d3
Update configure-dns.md
2016-10-06 21:59:42 -07:00
Benjamin R. Haskell
362e94b2bc
Disable Liquid templating for blocks with `{{`
...
Instead of disabling templating for entire files, fix instances
individually by wrapping blocks in:
```{% raw %}
... content ...
{% endraw %}```
Signed-off-by: Benjamin R. Haskell <docker@benizi.com>
2016-10-07 00:58:08 -04:00
Benjamin R. Haskell
65ec3a3763
Revert pull request #48
...
Reverts commit b3a620808a
in order to
replace it with more-targeted blocks.
2016-10-07 00:56:17 -04:00
John Mulhausen
1357a4486d
Merge pull request #113 from mbentley/fix-devicemapper-docs
...
Fixed jekyll formatting for dm docs; fixed #112
2016-10-06 21:55:35 -07:00
Matt Bentley
73fac8acb7
Fixed jekyll formatting for dm docs; fixed #112
...
Signed-off-by: Matt Bentley <matt.bentley@docker.com>
2016-10-06 22:33:41 -04:00
John Mulhausen
bdc4a3b934
Fix for Embedded DNS server
2016-10-06 17:12:47 -07:00
John Mulhausen
cb3f6f04a1
Merge pull request #48 from benizi/fix/raw-variables
...
Fix formatting for Markdown files containing `{{`
2016-10-06 09:46:51 -07:00
BSCheshir
7fd3d4e956
fix url
2016-10-06 18:05:44 +04:00
John Mulhausen
6e599e9d05
Update intro.md
2016-10-05 15:26:49 -07:00
Benjamin R. Haskell
b3a620808a
Fix formatting for Markdown files containing `{{`
...
They're usually examples of Go-style text templates. But, Liquid templating is treating them as variable substitutions. E.g., in `engine/reference/commandline/ps.md`:
```bash
$ docker ps --filter volume=remote-volume --format "table {{.ID}}\t{{.Mounts}}"
```
is rendered as:
```bash
$ docker ps --filter volume=remote-volume --format "table \t"
```
Solution is to wrap entire files in `{% raw %} ... {% endraw %}` blocks.
2016-10-05 01:58:24 -04:00
John Mulhausen
0133cb646d
Merge pull request #21 from pborreli/typos
...
Fixed typos
2016-09-30 11:51:42 -07:00
John Mulhausen
066b78bf86
Content rendering fixes
2016-09-30 01:51:56 -07:00
John Mulhausen
42964d8b7d
Removing empty front-matter
2016-09-29 22:39:30 -07:00
Pascal Borreli
6cd3fe8bd2
Fixed typos
2016-09-30 01:52:12 +01:00
Misty Stanley-Jones
d53c6798c9
Convert TOML to YAML, tweaks to work with Jekyll
2016-09-29 17:16:03 -07:00
Misty Stanley-Jones
9d5e59d503
Moved engine imported docs to the engine subdirectory
2016-09-29 11:19:31 -07:00