Commit Graph

228 Commits

Author SHA1 Message Date
Steven Maude
1de0664db6 Fix spelling of netfilter (#4302)
In networking docs.
2017-08-22 08:05:40 -07:00
P. Y
9f872d06d8 Fix instruction name. (#4262) 2017-08-18 10:45:10 -07:00
Stuart Chaney
c4729640f9 removed quotes from --fixed-cidr-v6 assignment (#4246) 2017-08-17 15:00:15 -07:00
Wang Jie
1df865ac75 Update labels-custom-metadata.md (#4235)
Change H1 headings to H2 and H2 headings to H3. Shoud the headings be starting from H2?
2017-08-17 14:54:51 -07:00
Wang Jie
53ef7cf571 Update ipv6.md (#4233) 2017-08-17 14:47:39 -07:00
Wang Jie
5fd7f0475e Update custom-docker0.md (#4215) 2017-08-17 14:47:11 -07:00
Wang Jie
de023229c2 Update binding.md (#4210) 2017-08-17 14:46:15 -07:00
Wang Jie
2b259e0047 Update dockerlinks.md (#4209) 2017-08-17 14:44:25 -07:00
Wang Jie
6696f4114e Update work-with-networks.md (#4198) 2017-08-17 14:40:05 -07:00
Wang Jie
ee4ba8836c Update index.md (#4197) 2017-08-17 14:37:41 -07:00
Wang Jie
0ea61642e8 Update get-started-overlay.md (#4189) 2017-08-17 14:36:59 -07:00
Wang Jie
cbb785bdf0 Update configure-dns.md (#4201) 2017-08-15 16:30:40 -07:00
Wang Jie
c7211ae58c Update get-started-macvlan.md (#4191) 2017-08-14 12:58:07 -07:00
Wang Jie
d993579f8f Update labels-custom-metadata.md (#4151) 2017-08-10 15:49:46 -07:00
Wang Jie
2e4966baf6 Update baseimages.md (#4147) 2017-08-10 15:48:58 -07:00
cthomas15
36aadd2fe3 devicemapper bullet appears twice (#4129) 2017-08-10 15:04:43 -07:00
Ilya Rogov
54e823ae7a Fix brocken link (#4104) 2017-08-08 14:17:05 -07:00
Eric Smalling
59dfddd95a Change reference to devicemapper to zfs (#3990)
Looks like an accidental copy/paste from the devicemapper page made it in here.
2017-07-26 17:29:17 -07:00
Anthony Sottile
ece2255f4d Update baseimages.md (#3859)
Updates to an LTS version of ubuntu (xenial 16.04) instead of an old non-lts version (raring 13.04).
2017-07-13 10:25:33 -07:00
Huachao Mao
5d25a11a3b Fix broken link for creating base images scripts (#3805) 2017-07-05 16:52:54 -07:00
Frank Schmitt
0c5a0a797f Fix wrong format in sample daemon.json (#3804)
The provided daemon.json is incorrect - at least on Docker 17.05, trying to use it raises an 

FATA[0000] unable to configure the Docker daemon with file /etc/docker/daemon.json: invalid character ':' after array element 

on starting the Docker daemon. The root cause is that it uses key-value pairs inside the array, whereas it should use strings
2017-07-05 16:52:01 -07:00
Misty Stanley-Jones
c9df105184 Add the -d flag to networking example (#3820) 2017-07-05 11:05:24 -07:00
Misty Stanley-Jones
69c619e4c3 Fix inconsistencies in imagesandcontainers topic (#3801) 2017-07-03 16:23:51 -07:00
Trapier Marshall
1a54ee3773 clarify route ownership in ipv6 user guide (#3765)
Make it clear which host owns which route by replacing references to "the
host" and "it" with the hostname that owns the route.

Signed-off-by: Trapier Marshall <trapier.marshall@docker.com>
2017-06-30 16:45:17 -07:00
Charles
3c17075b87 Update device-mapper-driver.md (#3731)
There are a few references to `loop-lvm` that I believe should be `direct-lvm`.
2017-06-28 14:10:11 -07:00
Misty Stanley-Jones
17e1da077b Tighten up base image and parent image terminology (#3720) 2017-06-28 11:56:41 -07:00
Misty Stanley-Jones
7f966c4c10 Remove edge-only admonitions 2017-06-28 08:31:29 -07:00
Misty Stanley-Jones
e2522d8fbc Document automatic devicemapper setup (#3626) 2017-06-28 08:31:29 -07:00
Misty Stanley-Jones
7df267c9e3 Document new DOCKER-USER iptables chain (#3554)
* Document new DOCKER-USER iptables chain

* Rewording
2017-06-28 08:31:29 -07:00
Michael Genereux
38ffd854ec Subsequent open(2) causes copy-up operation (#3709)
* Second open(2) causes copy-up operation

The documentation incorrectly credits the first, read-only call to open as the trigger of the copy-up operation.  It's the subsequent read-write call that actually triggers the copy-up operation.
2017-06-27 13:27:53 -07:00
Misty Stanley-Jones
387c4f5025 remove extra -o flag (#3712) 2017-06-26 16:19:53 -07:00
Wilfred Hughes
7391a82648 Minor grammar fix (#3703) 2017-06-26 13:32:02 -07:00
Sergey Sarbash
a145f69b6c Create index.md (#3611) 2017-06-20 11:46:01 -07:00
Wilfred Hughes
a015f3dae4 Fix typo (#3664) 2017-06-20 11:20:34 -07:00
Misty Stanley-Jones
11fcbcb88a Clarify size and virtual size 2017-06-20 11:07:50 -07:00
Misty Stanley-Jones
10cf545c96 Add back missing LVM instructions (#3623) 2017-06-15 13:45:44 -07:00
Misty Stanley-Jones
8df4e664bc Fix missing word (#3619) 2017-06-15 10:36:45 -07:00
zedashen
3e29924bb3 command spelling mistake (#3559) 2017-06-13 11:52:29 -07:00
Taio Jia
a22db0902b Fix unmarshal issue (#3545)
If set to `"mtu": "1500"` will got an error:
```
unable to configure the Docker daemon with file /etc/docker/daemon.json: json: cannot unmarshal string into Go value of type int
```
That code can not unmarshal string into Go value of type int, I changed the type from string to int.
2017-06-12 17:02:40 -07:00
Zion Wu
5f02225ea1 Fix mistakes in LVM config procedure (#3447)
1. remove step 8 from "Configure direct-lvm mode for production" session.
2. change "0 = disabled" to "100 = disabled" in step 10 for thin_pool_autoextend_threshold.
2017-06-02 10:53:02 -07:00
memory
571d2354c8 Suggest passing --no-log-init to adduser (#3413)
Running `useradd` without `--no-log-init` risks triggering a resource exhaustion issue:

    https://github.com/moby/moby/issues/15585
    https://github.com/moby/moby/issues/5419
    https://github.com/golang/go/issues/13548
2017-06-02 09:55:36 -07:00
mark teehan
a5f8de8e71 Update imagesandcontainers.md (#3422) 2017-06-02 09:53:31 -07:00
Misty Stanley-Jones
b12ec60faa Storage driver followup (#3386)
* Fix picky formatting errors

* Address post-merge feedback

* Changing the storage driver on D4M/D4W not supported
2017-05-30 14:29:51 -07:00
Paul Ostazeski
4fb8fce106 Typo correction "mages" -> "images" (#3376) 2017-05-30 14:04:17 -07:00
Tim
3db7fad4fd Grammar and spelling corrections (#3394) 2017-05-24 16:41:07 -07:00
Misty Stanley-Jones
89ac40cf3b Updating docs about storage drivers (#3276)
* Updating docs about storage drivers
2017-05-23 10:53:25 -07:00
Matt Duszynski
74df47fe12 Replace Rails with Ruby in the examples list (#3229)
The official Rails image was deprecated at the beginning of the year, and it probably shouldn't be referenced as an example in the docs anymore.
2017-05-19 15:10:44 -07:00
Alexey Grachov
425935605a Remove extra spaces. (#3304) 2017-05-17 12:36:57 -07:00
Misty Stanley-Jones
968f76eced Use daemon.json everywhere possible (#3252) 2017-05-15 10:44:40 -07:00
Misty Stanley-Jones
415a358d7e Recommend using swarm services instead of network aliases for load balancing (#3087) 2017-05-10 11:10:31 -07:00