Trapier Marshall
927844cac4
move mount csv note from services to volumes ( #6568 )
2018-04-27 09:50:19 -07:00
Trapier Marshall
f3a65169a1
tone down service bind mount admonishment ( #6567 )
2018-04-27 09:45:07 -07:00
Trapier Marshall
45350ed397
clarify independence of volume lifecycle ( #6563 )
2018-04-27 09:44:21 -07:00
Darius Kramer
627793e1a8
Fix minor typo in services.md ( #6485 )
2018-04-20 09:53:59 -07:00
Gwendolynne Barr
3243cec451
Fix wrapping swarm states ( #6438 )
2018-04-12 08:12:56 -07:00
Gwendolynne Barr
542032cf21
Add swarm task state REMOVE ( #6206 )
2018-04-11 13:46:29 -07:00
Dilip
373214ff98
Use printf instead of echo
...
`echo` adds a newline feed for the given input, therefore, it doesn't work.
2018-04-02 15:20:01 -07:00
Trapier Marshall
67076f0ef8
swarm services: correct typo
...
Signed-off-by: Trapier Marshall <trapier.marshall@docker.com>
2018-04-02 15:08:24 -07:00
Eric Smalling
50beb52f48
Adding 500KB content limit note ( #6330 )
...
Size limit per https://github.com/docker/swarmkit/blob/master/manager/controlapi/config.go#L18
2018-03-29 07:07:53 -07:00
Akim Demaille
14b53b68c3
Jekyll: don't put {% raw %} directives in pre blocks
...
Replace all occurrences of
```foo
{% raw %}
bar
{% endraw %}
```
(which generates spurious empty lines in the rendered pre block) with
{% raw %}
```foo
bar
```
{% endraw %}
Also, fix some occurrences where the raw section is too large and
prevented interpretation of Jekyll directives.
This is the syntax used in the documentation of Jekyll itself:
https://raw.githubusercontent.com/jekyll/jekyll/master/docs/_docs/templates.md
FTR, done with two perl substitutions:
'^([\t ]*```[^\n]*
)([ \t]*\{% raw %\}[^\n]*
)' '$2$1'
and
'^([ \t]*\{% endraw %\}[^\n]*
)([\t ]*```[^\n]*
)' '$2$1'
and manually tweaks. A mechanical check would be most useful.
Signed-off-by: Akim Demaille <akim.demaille@docker.com>
2018-03-13 10:28:29 -07:00
Misty Stanley-Jones
a17a47dd77
Favor docker <object> <verb> format of commands ( #5914 )
...
Remove instances of:
- docker rmi
- docker images
- docker stop
- docker rm
- docker create
- docker exec
- docker attach
2018-02-05 09:33:47 -08:00
Misty Stanley-Jones
72c6cbce38
Document an example for --with-registry-auth flag ( #5882 )
2018-01-31 13:55:42 -08:00
Misty Stanley-Jones
e9be468ed2
Add info about setting config options ( #5879 )
2018-01-31 11:23:40 -08:00
Misty Stanley-Jones
a55ddf60a9
Move /engine/installation to /install ( #5651 )
...
* Move /engine/installation to /install
* Add Docker for IBM Cloud to the matrix
2018-01-26 10:29:14 -08:00
Misty Stanley-Jones
a4f5e30249
Various copyedits to reduce future tense, wordiness, and use of 'please' ( #5788 )
...
* Reword lots of instances of 'will'
* Reword lots of instances of won't
* Reword lots of instances of we'll
* Eradicate you'll
* Eradicate 'be able to' type of phrases
* Eradicate 'unable to' type of phrases
* Eradicate 'has / have to' type of phrases
* Eradicate 'note that' type of phrases
* Eradicate 'in order to' type of phrases
* Redirect to official Chef and Puppet docs
* Eradicate gratuitous 'please'
* Reduce use of e.g.
* Reduce use of i.e.
* Reduce use of N.B.
* Get rid of 'sexagesimal' and correct some errors
2018-01-25 17:37:23 -08:00
ada
dd7a802a9d
Clarify the DRAIN state w/ regard to containers ( #5811 )
...
* Clarify the DRAIN state w/ regard to containers
Bare containers are not state-reconciled, and are not affected by the swarm DRAIN state
2018-01-24 11:35:53 -08:00
Logan Rakai
4c4543e467
Typo fix ( #5707 )
2018-01-11 09:11:27 -08:00
Logan Rakai
2dd0056d60
Correct warning text ( #5700 )
...
may still be locked -> may still be unlocked
2018-01-09 08:05:46 -08:00
Michael Friis
424e7c4c63
clean up whitespace ( #5665 )
2018-01-05 10:59:44 -08:00
Misty Stanley-Jones
15eb7fe379
Swarm service isolation ( #5564 )
2018-01-02 17:13:00 -08:00
Renato Piccoli
d30e1955a9
Confusion between `--publish` and `published` ( #5614 )
2017-12-27 11:25:20 -08:00
Peter Kokot
1dba72ce24
Fix typo ( #5611 )
...
This patch fixes minor typo of the `docker-compose` command.
2017-12-26 12:40:03 -08:00
Miguel A. C
b49dbf9dbd
Fix typo in how pki works in swarm ( #5566 )
2017-12-19 13:08:28 -08:00
Jim Galasyn
3ef9318fa1
Remove PS> prompts from Windows snippets ( #5538 )
2017-12-15 15:49:27 -08:00
Lachlan Cooper
1fa2c0387a
Correct parameter names for --publish long syntax ( #5457 )
2017-12-12 12:59:30 -08:00
Misty Stanley-Jones
50e775a4a6
Fix example labels ( #5419 )
2017-11-30 09:51:49 -08:00
Misty Stanley-Jones
69350e7b92
Fix typo in flag name ( #5376 )
2017-11-22 11:48:24 -08:00
Gwendolynne Barr
9e348b0943
Repair broken link ( #5341 )
2017-11-21 09:21:55 -08:00
Misty Stanley-Jones
956fe5924d
Update docs for new publish syntax ( #5323 )
2017-11-17 12:08:29 -08:00
kphunter
9308caf1f4
adds hostname to bash prompts ( #5312 )
2017-11-15 16:54:47 -08:00
Bret Fisher
06e64aaefe
add placement pref note about null labels ( #5250 )
2017-11-10 14:05:34 -08:00
Misty Stanley-Jones
8d446fd3eb
Clarify note about services running in host mode ( #5265 )
2017-11-09 11:54:11 -08:00
Misty Stanley-Jones
e9fa593562
Add info about network size limits for swarm mode
2017-11-02 15:42:41 -07:00
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
Michael
a9812d3712
Minor edit ( #5114 )
...
Using verbose args in example makes it easier to grok
2017-10-25 18:09:59 -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
Misty Stanley-Jones
142aee0354
Flesh out swarm key concepts ( #4634 )
2017-10-20 11:09:23 -07:00
Jim Galasyn
bfe261f90d
Fix redirect in swarmn task states topic ( #4994 )
2017-10-16 12:14:40 -07:00
Jim Galasyn
3c3319860e
Move task states topic to Engine ( #4961 )
2017-10-13 16:00:10 -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
Gwendolynne Barr
9923c1d83d
Clarify VIP vs DNSRR options ( #4736 )
2017-09-29 14:52:21 -07:00
Matt Gucci
8066416e76
Fix Docker for XX ( #4710 )
...
Docker for Mac 17.06
-> Docker for Windows 17.06 CE
2017-09-25 09:17:30 -07:00
Mathieu Parent
5f554f4d97
Add missing option to customized docker_gwbridge ( #4698 )
2017-09-22 10:18:14 -07:00
Misty Stanley-Jones
93b6932f13
Update example to use official consul image ( #4670 )
2017-09-19 15:37:23 -07:00
zaggash
a9bbafe693
Missing space ( #4535 )
2017-09-11 17:03:53 -07:00
Wang Jie
56d1919195
Update manage-nodes.md ( #4487 )
2017-09-11 16:31:02 -07:00
Wang Jie
6833309f82
Update swarm-mode.md ( #4459 )
2017-09-11 09:52:53 -07:00