Joel Kuzmarski
e10f2bc1b3
Update configs.md
...
fix typo
2019-02-06 15:23:27 -06:00
Maria Bermudez
0abb3de031
Move externally hosted images to the repo, and update image links
2019-02-05 16:14:01 -08:00
LStuker
69e4ed2f24
CURRENT STATE instead of LAST STAT
...
With Docker version 18.09.1, build 4c52b90, the command `docker service ps helloworld` shows CURRENT STATE instead of LAST STATE.
Here is my example output of the command:
```
[root@docker01 ~]$docker service ps helloworld
ID NAME IMAGE NODE DESIRED STATE CURRENT STATE ERROR PORTS
3tj4b0gho76v helloworld.1 alpine:latest docker01 Running Running 3 minutes ago
[root@docker01 ~]$ docker --version
Docker version 18.09.1, build 4c52b90
```
2019-02-03 10:44:50 +01:00
Sebastiaan van Stijn
652f6703bf
Remove "edge-only" include
...
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2019-01-14 22:45:03 +01:00
paigehargrave
0dab4ade68
Merge branch 'master' into name-change-for-Docker-Desktop
2019-01-14 11:14:48 -05:00
paigehargrave
7b95f9ad5e
Update secrets.md
2019-01-11 16:15:17 -05:00
paigehargrave
403da538a2
Update create-swarm.md
2019-01-11 13:12:20 -05:00
paigehargrave
4fb1c403ea
Update index.md
2019-01-11 13:01:08 -05:00
paigehargrave
bb19d49405
Update index.md
2019-01-11 10:19:57 -05:00
Maria Bermudez
e31955bd7b
Minor edit
2019-01-02 11:26:18 -08:00
Anton Romanov
92f6c3b169
update swarm-config.md, fix typo
...
update swarm-config.md, fix typo
2019-01-01 12:23:22 +08:00
Sebastiaan van Stijn
31d830a534
Remove reference to pre-1.12 standalone swarm
...
Docker 1.12 and under has reached EOL a long time ago,
and should not be used (as they have unpatched vulnerabilities).
Standalone swarm is now in maintenance mode, so we can probably
remove this reference.
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2018-12-23 11:26:40 +01:00
Maria Bermudez
be13b49abc
Merge pull request #7698 from thaim/patch-1
...
fix missing symbol to indicate start of command
2018-12-13 10:42:34 -08:00
WeJie
4d67e28b63
Fix wrong command
...
Should use ` docker service ps nginx` verify the nginx service is fully re-deployed, not `docker service ls nginx`.
2018-12-07 23:22:46 +08:00
WeJie
d63986a46f
Get some miss content back from commit history
2018-12-02 16:19:42 +08:00
thaim
1a2521cbc1
fix missing symbol to indicate start of command
2018-11-16 04:34:04 +09:00
Hacktivista
c695a430f0
Update configs.md
...
configs key is not (and will not be) supported in docker compose, check https://github.com/docker/compose/issues/5110 for more info
2018-11-07 11:15:49 -03:00
Justin I. Nevill
d393a90309
Merge pull request #844 from docker/beta-cleanup
...
Removed Beta disclaimer tags
2018-11-04 13:32:21 -05:00
Maria Bermudez
d7a21d29db
Merge public:master into private
2018-11-02 10:03:18 -07:00
Anne Henmi
9417008906
Last of the files.
2018-11-02 09:28:22 -06:00
orlvn
a2a0a73764
Update services.md
...
Tasks, not services are scheduled on nodes.
2018-10-29 17:29:36 +01:00
Anne Henmi
69aa7d395d
Update join-nodes.md
...
Incorporated @JustinINevill's feedback.
2018-10-16 08:55:58 -06:00
Anne Henmi
fc9fdb01ac
Update join-nodes.md
...
Added in @andrewhsu's feedback.
2018-10-15 15:07:45 -06:00
Anne Henmi
7de1b2033e
Update join-nodes.md
...
Added beta tag.
2018-10-10 10:49:01 -06:00
Anne Henmi
03e3c4dd51
Update join-nodes.md
2018-10-10 10:43:49 -06:00
Anne Henmi
432984c74d
Update join-nodes.md
2018-10-10 10:43:02 -06:00
Anne Henmi
27446f1fba
Update join-nodes.md
...
Fixed @justincormack's clarification on running a mixed-FIPS environment.
2018-10-04 19:29:09 -06:00
Maria Bermudez
eb608ee28d
Merge branch 'master' into spelling
2018-10-04 12:18:34 -07:00
Anne Henmi
7d80bd0202
Included updates from https://github.com/docker/docker-core-backlog/issues/375 .
2018-10-03 14:03:10 -06:00
Maria Bermudez
6c3bae4317
Update services.md
...
Fixes [7435](https://github.com/docker/docker.github.io/issues/7435 )
2018-09-27 16:54:23 -07:00
Oscar Caballero
269c80d2d9
Spelling revision
2018-09-23 21:43:11 +02:00
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
Trapier Marshall
64279e87a6
fix swarm service constraint examples
...
1. Be more specific about what happens when constraints aren't satified.
2. There is no `--global`. Also addressed in network/overlay.md.
3. Label constraints do not match node labels without `node.label` prefix.
AFAIK neither 2 nor 3 have ever been correct
testedon: 17.06.2-ee-16
2018-09-06 12:49:45 -04: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
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