Commit Graph

118 Commits

Author SHA1 Message Date
Abhishek Kandoi f6e3e14e84 Fix typo (#1557)
Change intall to install
2017-02-08 13:26:41 -08:00
Ryan Sanford d91cab01bc Fix base image creation example commands (#1409)
Example commands for creating a base image do not work due to multiple issues.
- 16:04 not a valid tag for ubuntu image
- apt-get install fails without preceeding `apt-get update`
- gcc command fails without `-nostartfiles` flag
- `docker run` without the `--rm` leaves behind containers which is unintuitive, and inconsistent with the build image used above.
2017-02-07 09:52:31 -08:00
Misty Stanley-Jones 9420f4cc89 Merge pull request #1429 from Mic92/patch-1
zfs: fixed assumptions about thin provisioning
2017-02-07 09:50:07 -08:00
Misty Stanley-Jones ef2c5002ca Merge pull request #1375 from vikstrous/patch-1
remove reference to overlay2 as a filesystem
2017-02-06 17:13:05 -08:00
Adam Eijdenberg 9d2b5f32bb Add documentation around pipefail to address issue 1459 (#1460)
* Add documentation around pipefail to address issue 1459

Signed-off-by: Adam Eijdenberg <adam.eijdenberg@gmail.com>
2017-02-06 09:52:19 -08:00
James Wang 9b472dc8ba Update baseimages.md (#1453)
Docs used a `:` instead of a `.` for `ubuntu:16.04`.
2017-01-31 16:27:30 -08:00
Misty Stanley-Jones 53a7608acb Merge pull request #1418 from nathanleclaire/one_concern_per_container
Fix "one process per container" -- Add touchups to Dockerfile best practices
2017-01-31 16:20:48 -08:00
Nathan LeClaire 998ad7b90e Add touchups to Dockerfile best practices
Signed-off-by: Nathan LeClaire <nathan.leclaire@gmail.com>
2017-01-31 13:17:08 -08:00
Jörg Thalheim f3ed8a80ab zfs: fixed assumptions about thin provisioning
unlike lvm thin provisioning is fast and does not slow down the filesystem
2017-01-30 12:25:04 +01:00
Jay Linski 01f332f45c Fix missing closing tags (#1401) 2017-01-26 14:12:02 -08:00
Misty Stanley-Jones 9e29d0e03d Fix more broken links and images 2017-01-26 11:36:27 -08:00
Thomas Mörbauer a29cfddbce Fixed a typo
Dcoker instead of Docker
2017-01-25 22:39:24 +01:00
Viktor Stanchev 6e1af718c7 remove reference to overlay2 as a filesystem
`overlay2` was incorrectly included as a filesystem that the `overlay` and `overlay2` storage drivers can't run on. `overlay2` is the name of the storage driver, but the filesystem is just called `overlay`. It was called `overlayfs` in older versions or the kernel, which would have helped disambiguate this, but I think we should continue to use `overlay` as the name of the filesystem because that's what the kernel uses now.
2017-01-25 13:20:45 -08:00
Misty Stanley-Jones 7d5a0f1011 Merge pull request #1337 from trapier/macvlan_intro
Remove experimental intro from macvlan (#1335)
2017-01-25 12:19:30 -08:00
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