Anne Henmi
f4576b44fa
Update swarm-mode.md
...
fixed typo
2018-09-19 07:56:03 -06:00
Anne Henmi
5ab93890e5
Update swarm-mode.md
...
Incorporated @selansen's feedback
2018-09-18 21:10:54 -06:00
Anne Henmi
329498653f
Update networking.md
...
Incorporated @bermudezmt's feedback
2018-09-18 21:09:47 -06:00
Anne Henmi
8f465b4a01
Merge branch 'master' into swarm-default-network-670
2018-09-14 14:24:05 -06:00
Anne Henmi
783cc9fb4a
Update networking.md
...
Incorporated Maria's feedback.
2018-09-12 18:12:57 -06:00
Anne Henmi
3695cd0b74
Update swarm-mode.md
...
Cleaned up Mark's additions
2018-09-12 13:30:41 -06:00
Anne Henmi
3bae1bb428
Update networking.md
...
Cleaned up Mark's additions.
2018-09-12 13:26:00 -06:00
Maria Bermudez
0cbcdb3777
Re-add swarm mode page
2018-09-10 14:56:59 -07:00
Mark Church
ea9e729e21
added default address pools installation/usage comments across UCP install, swarm install, and networking pages
2018-09-08 14:02:42 -07:00
Maria Bermudez
30390528f6
Delete swarm-mode.md
...
Remove file from kubernetes branch.
2018-09-04 11:26:03 -07:00
Maria Bermudez
4320c439c1
Update swarm-mode.md
...
Incorporate changes made in kube-net-encryption branch.
2018-09-04 08:30:55 -07:00
Anne Henmi
664dc1726e
Update swarm-mode.md
2018-09-04 08:54:52 -06:00
Anne Henmi
6b5469b855
Created content for Issue 670. Ready for review.
2018-08-30 13:47:38 -06:00
Maria Bermudez
aaca9b83b5
Revert "Revert "Merge branch 'master' of github.com:docker/docs-private into test-branch-2""
...
This reverts commit 4c95d161ca
.
2018-08-29 19:01:03 -07:00
Maria Bermudez
4c95d161ca
Revert "Merge branch 'master' of github.com:docker/docs-private into test-branch-2"
...
This reverts commit af5f2fcc38
, reversing
changes made to 338b690d26
.
2018-08-29 18:37:44 -07:00
Maria Bermudez
840c167055
Revert "Revert "Merge branch 'master' of github.com:docker/docs-private into test-branch-2""
...
This reverts commit 14080c18bd
.
2018-08-29 18:36:03 -07:00
Maria Bermudez
14080c18bd
Revert "Merge branch 'master' of github.com:docker/docs-private into test-branch-2"
...
This reverts commit af5f2fcc38
, reversing
changes made to 338b690d26
.
2018-08-29 14:47:31 -07:00
Michael Herman
f26babcc29
Update secrets.md
2018-06-28 15:25:42 -07:00
John Yani
a362eba1c7
Service templates: Capitalize .Node.Hostname ( #6753 )
2018-05-24 08:52:28 -07:00
Nathan Jones
6df075f1c7
Add node.hostname to Go template placeholder options
...
The following command works on Docker CE 18.03.1-ce so .node.hostname should be included in the doc:
`docker service create --name myservice --hostname="{{.Node.Hostname}}-{{.Service.Name}}" busybox top`
This does not yet work however on the latest EE release, so I'd like some help knowing how best to add a note indicating this on the page.
2018-05-16 16:09:07 -07:00
Bo Chen
3dee59ac95
correct a mistake
2018-05-16 16:00:20 -07:00
Robert Hafner
5804b3ae18
Clarify which manager to run the join command on
2018-05-15 15:58:33 -07:00
Constantin Galbenu
c5c80569a0
Updated a broken link ( #6650 )
2018-05-10 09:01:30 -07:00
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