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
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
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
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
5720fbb52a
Merge pull request #1067 from docker/1061_aufs_prereqs
...
Add prereqs to AUFS configuration steps
2017-01-18 15:49:55 -08:00
Bingshen Wang
92e3eea563
optimize selectadriver.md
2017-01-18 22:23:58 +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
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
John Mulhausen
a643a524c3
Fixes #781
2016-12-13 15:42:49 -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
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
Stefan Lasiewski
47b8beb964
Fix broken link for [compatibility matrix]
2016-11-04 16:53:53 -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
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
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
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
76a96a70e8
Merge pull request #386 from WeiZhang555/fix-doc
...
Fix incorrect devicemapper thinpool device name
2016-10-31 16:07:17 -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
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
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
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
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
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
BSCheshir
7fd3d4e956
fix url
2016-10-06 18:05:44 +04: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