Misty Stanley-Jones
5ff7b81590
Merge pull request #1368 from RonWilliams/patch-1
...
Fix language within devicemapper thinpool setup
2017-01-25 12:06:06 -08:00
Misty Stanley-Jones
ef95a915eb
Fixing broken links
...
Formatting improvements along the way
2017-01-25 11:51:14 -08:00
Ron Williams
5bc72ac2ce
Fix language within devicemapper thinpool setup
...
Previous language indicated that a user would be "creating a thin pool". This language is confusing as it indicates that the logical volume created is of the thin pool type; instead, the volume being created is a linear volume group which is then converted to a thin pool in step 6. This is an important nuance when implementing setup through configuration management tools such as Salt or Ansible. When initially provisioning the two logical volumes as thin pool, the error "Pool metadata LV docker/thinpoolmeta is of an unsupported type".
2017-01-24 21:22:10 -07:00
John Mulhausen
0f62e1ea3d
Fixing infinite loop
2017-01-24 17:27:37 -08:00
John Mulhausen
77a908db5c
Update zfs-driver.md
2017-01-24 15:47:02 -08:00
John Mulhausen
af9e4ae9ef
Update zfs-driver.md
2017-01-24 15:46:37 -08:00
Andreas Steinel
781a582fff
Adding Quota option for ZFS ( #1135 )
...
* Adding Quota option
Try to explain how you can use quota on ZFS as it was implemented/discussed in #3804 .
* Requested changes from @johndmulhausen
2017-01-24 15:41:52 -08:00
Misty Stanley-Jones
979cdc7186
Add several redirects ( #1332 )
2017-01-24 14:31:41 -08:00
Misty Stanley-Jones
f6474ef8ce
Update device-mapper-driver.md
2017-01-23 13:51:29 -08:00
Misty Stanley-Jones
b0aa5f5c35
Update device-mapper-driver.md
2017-01-23 13:30:27 -08:00
Trapier Marshall
534bc0e0c2
Remove experimental intro from macvlan ( #1335 )
...
Opening sentence does not read after this sentence was migrated from
experimental.
Signed-off-by: Trapier Marshall <trapier.marshall@docker.com>
2017-01-23 16:16:01 -05:00
Misty Stanley-Jones
680a3363d2
Fixed Markdown problem
...
Fixes #1333
2017-01-23 12:50:42 -08:00
Bingshen Wang
0535560955
fix typo in btrfs-driver.md ( #1173 )
2017-01-20 11:52:26 -08:00
snesneros
fa1b47d5d1
Close 'code' html elements ( #1292 )
...
There were missing slashes in the closing tags, causing the page to display incorrectly.
2017-01-20 11:26:37 -08:00
Misty Stanley-Jones
46e044ec59
Fixing double curly braces
2017-01-19 11:09:49 -08:00
Misty Stanley-Jones
e3a3145cd9
Sync vnext-engine branch to docker/docker SHA 2f12d2808464dcfdf45e0920fd508ce0ff12bd29
...
This branch will contain forward-looking Engine-specific docs
and be the equivalent of docker/docker master for docs
2017-01-19 10:10:15 -08:00
Misty Stanley-Jones
a28e62ef7a
Merge pull request #1012 from ScottFred/patch-1
...
Improved description for Hello-World
2017-01-18 15:59:13 -08:00
Misty Stanley-Jones
5720fbb52a
Merge pull request #1067 from docker/1061_aufs_prereqs
...
Add prereqs to AUFS configuration steps
2017-01-18 15:49:55 -08:00
Misty Stanley-Jones
fb0aff7371
Merge pull request #1118 from ljing-organizaiton/master
...
Update get-started-macvlan.md
2017-01-18 15:48:06 -08:00
Bingshen Wang
92e3eea563
optimize selectadriver.md
2017-01-18 22:23:58 +08:00
Tom Hastjarjanto
5fb142c5e9
Fix documentation regarding protocol 50 (ESP) ( #1144 )
...
The documentation should clarify that its protocol 50 and not port 50 that should be allowed between nodes.
2017-01-17 12:54:03 -08:00
Elan Ruusamäe
4d93b73784
Update get-started-overlay.md ( #1082 )
...
* Update get-started-overlay.md
* Update get-started-overlay.md
perhaps renderer can't do multiline markdown links
* Update get-started-overlay.md
2017-01-13 13:12:50 -08:00
Joao Fernandes
b8b25ddae9
Merge pull request #1125 from joaofnfernandes/broken-links
...
Fixed more broken links
2017-01-13 13:06:41 -08:00
Bingshen Wang
c06c398c4a
fix typo in get-started-macvlan.md ( #1121 )
2017-01-13 13:05:44 -08:00
Joao Fernandes
3e51451d98
Fixed more broken links
2017-01-13 12:20:14 -08:00
lj8930
3dbad619ff
Update get-started-macvlan.md
...
fix typo
2017-01-13 11:16:40 +08:00
Joao Fernandes
f7a33dc833
Updates broken links for #1068
2017-01-12 11:54:21 -08:00
LRubin
a3a53fc3ff
more more link link fixes fixes
...
Signed-off-by: LRubin <lrubin@docker.com>
2017-01-11 15:02:28 -08:00
Curtis Ekstrom
6c04d6b617
Fix typo (are -> area) ( #1058 )
2017-01-09 14:03:40 -08:00
Misty Stanley-Jones
a49449e1cf
Add the info about the linux-image-extra packages
2017-01-09 12:57:14 -08:00
Misty Stanley-Jones
3129d0737a
Add prereqs to AUFS configuration steps
...
Fixes #1061
2017-01-09 10:21:14 -08:00
Scott Fredericksen
984b8bdda6
Improved description for Hello-World
...
Adds more detail for people to be able to understand how to build the Hello World using FROM scratch.
2017-01-02 04:10:37 -07:00
Bingshen Wang
9111c8b52c
Update index.md
...
fix the typo
2016-12-29 09:55:50 +08:00
Charles Ott
9899a4047f
Sometime the disk can become full and you can't rebalance. Adding this step to the configuration instructions to help prevent users from getting in to a state which their device becomes full.
...
Moved to the performance section.
Signed-off-by: charlescva <charlieott@gmail.com>
2016-12-28 15:06:33 -05:00
Peter Dave Hello
5919563eb8
Lossless Image optimization ( #959 )
...
* re-compress jpg images losslessly using jpegoptim
* re-compress png images losslessly using zopflipng
2016-12-21 11:12:13 -08:00
Misty Stanley-Jones
e80cfecbee
Add info about required package thin-provisioning-tools
...
Signed-off-by: Misty Stanley-Jones <misty@docker.com>
2016-12-19 15:59:24 -08:00
Wills Ward
261a0e8a87
Update btrfs-driver.md
2016-12-16 09:39:13 -06:00
Wallace Roque
7f8a0186ac
Correcting formatting ( #914 )
...
Fixed references to bash code, numbering of lists and some indentations.
2016-12-15 18:05:06 -08:00
John Mulhausen
a643a524c3
Fixes #781
2016-12-13 15:42:49 -08:00
Misty Stanley-Jones
efd865f13f
Merge pull request #235 from mstanleyjones/96_working_with_networks
...
Rewrites to the 'Working with Networks' topic
2016-12-12 11:09:50 -08:00
Misty Stanley-Jones
e6134824f9
Fix image in ipv6 file
...
Fixes #738
2016-12-09 14:10:00 -08:00
Adrien Duermael
50ee158a65
CI - added test for keywords in markdown frontmatters ( #805 )
...
* added test for keywords
Signed-off-by: Adrien Duermael <adrien@duermael.com>
* fixed keywords in some md files for tests to pass
Signed-off-by: Adrien Duermael <adrien@duermael.com>
* fixed keywords in /datacenter
Signed-off-by: Adrien Duermael <adrien@duermael.com>
* tests/Dockerfile: no need to add git
Signed-off-by: Adrien Duermael <adrien@duermael.com>
* tests/Dockerfile: changed maintainer
Signed-off-by: Adrien Duermael <adrien@duermael.com>
2016-12-06 16:45:11 -08:00
Misty Stanley-Jones
11cbfeaa5e
Arch Linux supports devicemapper
...
Fixes #682
2016-11-30 18:03:16 -08:00
Misty Stanley-Jones
756f4d974c
Fix some doubled words
...
Signed-off-by: Misty Stanley-Jones <misty@docker.com>
2016-11-28 11:32:17 -08:00
Misty Stanley-Jones
d0fb13dc13
Add redirect for /articles/networking/
...
Signed-off-by: Misty Stanley-Jones <misty@docker.com>
2016-11-23 16:36:35 -08:00
Misty Stanley-Jones
013d8f09fd
Merge pull request #631 from mstanleyjones/followup_link_flag
...
Add a little more clarification about --link
2016-11-23 12:28:04 -08:00
Alessandro Boch
d3155b9482
About the docker_gwbridge network ( #400 )
...
* About the docker_gwbridge network
Signed-off-by: Alessandro Boch <aboch@docker.com>
2016-11-23 12:21:33 -08:00
Misty Stanley-Jones
0fb5e646a6
Update 'Working with networks' topic
...
Verify all the steps, make modifications where necessary
Rewrite for grammar and clarity
Add explanation for unclear sections
Adapt some sections to a stepped tutorial style
Signed-off-by: Misty Stanley-Jones <misty@docker.com>
2016-11-23 12:09:13 -08:00
Misty Stanley-Jones
d27ac5e970
Add a little more clarification about --link
...
Signed-off-by: Misty Stanley-Jones <misty@docker.com>
2016-11-17 14:54:22 -08:00
Misty Stanley-Jones
185b5db95d
Provide clarification on status of `--link`
...
Fixes #353
2016-11-15 10:32:58 -08:00
Gaetan
a5e01e1844
fix type of keywords entry in frontmatter (in /engine/) ( #552 )
...
keywords should be a string, not an array containing one string
Signed-off-by: Gaetan de Villele <gdevillele@gmail.com>
2016-11-11 14:45:24 -08:00
John Mulhausen
4bd2d0274f
Fixes #447
2016-11-04 17:37:42 -07:00
John Mulhausen
949a89e6ea
Merge pull request #152 from mstanleyjones/redirect_from
...
Change 'alias:' to 'redirect_from:' so aliases work again
2016-11-04 17:34:27 -07:00
Misty Stanley-Jones
eb5c8670bc
Change instances of alias: to redirect_from:
...
Signed-off-by: Misty Stanley-Jones <misty@docker.com>
2016-11-04 17:07:02 -07:00
Stefan Lasiewski
47b8beb964
Fix broken link for [compatibility matrix]
2016-11-04 16:53:53 -07:00
Misty Stanley-Jones
66a183b254
Merge pull request #451 from aboch/movl
...
Clarify the mtu option is supported by overlay driver
2016-11-04 16:09:33 -07:00
John Mulhausen
558314bf56
Converges titles to imperative-form, front-matter based, and sentence-case ( #438 )
...
Multiple title fixes, consistency fixes, convergence into metadata-based titles.
2016-11-04 15:38:40 -07:00
Alessandro Boch
932be92012
Clarify the mtu option is supported by overlay driver
...
Signed-off-by: Alessandro Boch <aboch@docker.com>
2016-11-04 15:00:21 -07:00
Misty Stanley-Jones
1a193d749b
Revert "Merge pull request #437 from gdevillele/fix_keywords_format"
...
This reverts commit 13ddc1350e
, reversing
changes made to 7a11f05943
.
2016-11-04 13:33:29 -07:00
Misty Stanley-Jones
33d3d067d0
Revert "fix some frontmatter keywords values"
2016-11-04 13:30:04 -07:00
Misty Stanley-Jones
13ddc1350e
Merge pull request #437 from gdevillele/fix_keywords_format
...
fix some frontmatter keywords values
2016-11-04 10:50:53 -07:00
Gaetan
8bb4d6226a
fix more frontmatter keywords values ( #439 )
...
* fix format of frontmatter keyword entry in some .md files
Signed-off-by: Gaetan de Villele <gdevillele@gmail.com>
2016-11-04 10:48:38 -07:00
Gaetan de Villele
7a11f05943
fix some frontmatter keywords values
...
Signed-off-by: Gaetan de Villele <gdevillele@gmail.com>
2016-11-03 10:22:12 -07:00
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