Commit Graph

71 Commits

Author SHA1 Message Date
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