Victoria Bialas
81270cbd7d
added clarification to swarm configs and stack deploy topic ( #5159 )
...
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
2017-10-30 14:20:40 -07:00
Joao Fernandes
ed03eaa108
Update Windows Server install instructions ( #5129 )
2017-10-27 15:48:16 -07:00
yonni12
066d1aaa89
Fix typo ( #5140 )
...
"take effect" rather than "take affect"
2017-10-27 14:22:31 -07:00
Joao Fernandes
661ae69c31
Fix typo ( #5130 )
2017-10-26 15:35:31 -07:00
Michael Friis
f874d68c29
mention that UCP doesn't yet work on 1709 ( #5084 )
...
* mention that UCP doesn't yet work on 1709
* Update note to use new style
2017-10-26 14:48:02 -07:00
Brian Goff
73878e84ae
Correct version typo in live-restore doc. ( #5121 )
...
The paragraph mentions that live restore is only supported for minor
releases (aka patch releases) but goes on to show "1.12.1" updated to
"1.13.2". This is unfortunately a pretty nasty typo and should be
"1.12.2" not "1.13.2".
Signed-off-by: Brian Goff <cpuguy83@gmail.com>
2017-10-26 13:58:25 -07:00
Michael
a9812d3712
Minor edit ( #5114 )
...
Using verbose args in example makes it easier to grok
2017-10-25 18:09:59 -07:00
Arush Salil
52669983f8
Update code snippet ( #5111 )
...
In the code sample mentioned in `Start a service with volumes` it says
> The following example starts a nginx service with four replicas, each of which uses a local volume called myvol2.
But --replicas=4 is missing from the code sample which reads:
```
$ docker service create -d \
--name devtest-service \
--mount source=myvol2,target=/app \
nginx:latest
```
Instead of this it rather should be:
```
$ docker service create -d \
--replicas=4 \
--name devtest-service \
--mount source=myvol2,target=/app \
nginx:latest
```
2017-10-25 18:08:45 -07:00
Misty Stanley-Jones
cc86862e46
Improve the link to source code for storage drivers ( #5099 )
2017-10-24 16:28:25 -07:00
Misty Stanley-Jones
4b35642747
Increase max TOC level for installation topics ( #5100 )
2017-10-24 16:27:57 -07:00
Misty Stanley-Jones
6e2ebea106
Address feedback about placement constraints and prefs ( #5101 )
2017-10-24 16:25:25 -07:00
Koen Punt
eccd6be00a
remove duplicate word ( #5091 )
2017-10-24 10:29:08 -07:00
Misty Stanley-Jones
3c614d655f
Explain placement constraints and preferences ( #4635 )
2017-10-23 16:18:08 -07:00
Anil G Kurian
834c7250e0
Update docker-overview.md ( #5080 )
...
Since 'container run' is 'container create' + 'container start' the documentation is confusing when we say "You can create, run, stop, move, or delete a container using the Docker API or CLI."
2017-10-23 10:20:04 -07:00
Poschi
a4faebc91a
Fixed link ( #5075 )
2017-10-23 10:18:54 -07:00
Joao Fernandes
aebc09de82
Replace double hyphen ( #5081 )
2017-10-23 10:16:57 -07:00
Misty Stanley-Jones
e7f9c01bce
Clarify label and layer guidance ( #4992 )
2017-10-20 15:59:04 -07:00
Misty Stanley-Jones
4a962afa85
selinux labels are ignored for bind mounts on services ( #5061 )
2017-10-20 14:21:36 -07:00
Misty Stanley-Jones
04d3ff2e93
Use ip -4 addr instead of ifconfig ( #5062 )
2017-10-20 14:21:13 -07:00
Yaroslav Mitsynskiy
3888065197
Correct errors about data propagation into volumes and bind mounts ( #5058 )
2017-10-20 14:19:06 -07:00
Misty Stanley-Jones
142aee0354
Flesh out swarm key concepts ( #4634 )
2017-10-20 11:09:23 -07:00
Misty Stanley-Jones
c7c16fa8b3
Document that overlay2 is now the default for ubuntu ( #5050 )
2017-10-20 11:01:53 -07:00
Misty Stanley-Jones
0c5e5622f4
Make it more clear that you probably don't need to configure btrfs ( #5049 )
2017-10-20 10:14:58 -07:00
Misty Stanley-Jones
ea6f50b761
Add info about warnings in docker info ( #5048 )
2017-10-20 09:48:10 -07:00
Michael T. DeGuzis
16f45698ca
Should be mode, not node ( #5032 )
...
Original:
"This host is running in loop-lvm node"
Change to:
This host is running in loop-lvm mode"
2017-10-18 09:55:10 -07:00
Misty Stanley-Jones
a30b95e49d
Add API 1.33, API matrix
2017-10-17 21:34:07 -07:00
Ghislain Bourgeois
3c5e81b7a4
Add TCP documentation for GELF logging driver ( #4536 )
...
Signed-off-by: Ghislain Bourgeois <ghislain.bourgeois@gmail.com>
2017-10-17 21:34:07 -07:00
jwfang
4c7ba50f04
nginx image doesn't have *ip* command ( #4743 )
2017-10-17 17:22:55 -07:00
Steven Follis
09f13629df
Fixed typo for "Uninstall" #5009 ( #5010 )
2017-10-17 11:14:51 -07:00
Fábio Luciano
84e9f10ff6
Update overlay-standalone-swarm.md ( #4969 )
...
Add slash to the add new line to command
2017-10-16 16:26:58 -07:00
jhughes-mc
1dc7e46c16
Update json-file.md ( #4924 )
...
Discovered you must remove the container to use the new logging configuration. Otherwise it will not change and continue to use the old.
2017-10-16 16:12:38 -07:00
Nicholas Lawrence
37df570fd5
Fix Spelling Error ( #4995 )
...
Simple typo of "Repository"
2017-10-16 15:18:17 -07:00
Shubheksha Jalan
1bfa30d3d3
fix incorrect statement ( #4982 )
2017-10-16 15:06:39 -07:00
Misty Stanley-Jones
6aae2e4e84
Add pointer to latest API ref ( #4897 )
2017-10-16 15:04:24 -07:00
Michael Friis
6f3acdfdc3
add note to ensure correct module is in use on upgrade ( #4923 )
2017-10-16 13:50:34 -07:00
Jim Galasyn
bfe261f90d
Fix redirect in swarmn task states topic ( #4994 )
2017-10-16 12:14:40 -07:00
Jeff Anderson
237fb75de9
encrypted attachable networks work ( #4893 )
...
The documentation said that it does not work. It does indeed work, so here is an update that reflects that.
2017-10-14 10:16:02 -07:00
Gwendolynne Barr
e4bffe846c
Repair cpu-period default to 100ms ( #4967 )
2017-10-14 10:09:33 -07:00
Steve Larkin
b62509706e
Update documentation of proxy server configuration ( #4687 )
...
* Update documentation of proxy server configuration
As per the implementation in docker/cli#93 the proxy server addresses
are specified per docker daemon or as defaults. Updated the example to
show the default option.
Fixes #4686
* Fix table layout of proxy environment variables
2017-10-13 16:03:46 -07:00
Jim Galasyn
3c3319860e
Move task states topic to Engine ( #4961 )
2017-10-13 16:00:10 -07:00
Misty Stanley-Jones
fabfd6d40e
Document where to find stack traces ( #4962 )
2017-10-13 15:59:48 -07:00
Misty Stanley-Jones
82e5cb78d3
Update info on dockerignore, add link to multistage builds ( #4953 )
2017-10-13 15:59:24 -07:00
John Mulhausen
8b704f7b87
Revert "Add pointer to latest API ref" ( #4896 )
...
* Revert "Clarify patch and update cycles (#4894 )"
This reverts commit 6b1577aa0d
.
* Revert "Add pointer to latest API ref (#4892 )"
This reverts commit a6b436d133
.
2017-10-11 16:33:21 -07:00
Misty Stanley-Jones
6b1577aa0d
Clarify patch and update cycles ( #4894 )
2017-10-11 15:54:03 -07:00
Misty Stanley-Jones
a6b436d133
Add pointer to latest API ref ( #4892 )
2017-10-11 15:52:15 -07:00
Matt Hoyle
ae4d35c5fe
Documentation: Remove reference to PUBLISH Dockerfile directive in networking docs ( #4863 )
2017-10-10 13:57:29 -07:00
Thomas Sjögren
4c4b9bdc06
PermitRootLogin sed ( #4822 )
...
Signed-off-by: Thomas Sjögren <konstruktoid@users.noreply.github.com>
2017-10-10 11:14:58 -07:00
Misty Stanley-Jones
990a5be262
Cross-linking between compose and configs/secrets ( #4869 )
2017-10-10 11:08:51 -07:00
Misty Stanley-Jones
31408e4c8b
Fix broken link ( #4868 )
2017-10-10 11:07:53 -07:00
Victoria Bialas
45eab83cc4
added best practices on labels ( #4854 )
...
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
2017-10-10 08:43:23 -07:00