bagratte
f24fc7970e
Proofread Swarm
...
Co-authored-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2023-05-09 07:51:51 +04:00
Lakshya Gupta
db7ec17c6d
Correct typo ( #16600 )
...
* Update swarm-mode.md
2023-01-26 14:22:00 -08:00
Sebastiaan van Stijn
1583678203
Add missing code-hints, and minor markdown edits
...
- Add missing code-hints (console, yaml)
- Consistently add an empty line after code-blocks
- Combine some examples where the output and the command were
put in separate blocks. With the "console" code-hint, this
is no longer nescessary.
- fix indentation in cloud/ecs-integration.md, which caused the
numbered-list to be interrupted.
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2021-08-16 12:59:23 +02:00
Sebastiaan van Stijn
3b71231970
engine/swarm: use "console" for shell examples
...
This allows for easier copying of the commands, without selecting the
prompt.
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2021-08-06 17:19:56 +02:00
Sebastiaan van Stijn
777c5d23da
engine: use relative markdown links
...
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-04-23 13:03:32 +02:00
Trapier Marshall
6c5174393e
Correct default-address-pool to default-addr-pool
...
WHAT I DID:
```
git grep -l default-address-pool |\
xargs sed -i 's:default-address-pool:default-addr-pool:g'
```
... then put the `engine/release-notes.md` back to
`--default-address-pool`, since it refers to `dockerd`.
REFERENCES:
client version 18.09.3:
```
$ docker swarm init --help |grep default-addr
--default-addr-pool ipNetSlice default address pool in CIDR format (default [])
--default-addr-pool-mask-length uint32 default address pool subnet mask length (default 24)
```
server version 18.09.3:
```
$ dockerd --help |grep default-addr
--default-address-pool pool-options Default address pools for node specific local networks
```
2019-09-24 11:00:00 -04:00
WeJie
d63986a46f
Get some miss content back from commit history
2018-12-02 16:19:42 +08: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
8f465b4a01
Merge branch 'master' into swarm-default-network-670
2018-09-14 14:24:05 -06:00
Anne Henmi
3695cd0b74
Update swarm-mode.md
...
Cleaned up Mark's additions
2018-09-12 13:30:41 -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
Wang Jie
6833309f82
Update swarm-mode.md ( #4459 )
2017-09-11 09:52:53 -07:00
Julien Maitrehenry
3edabae435
Fix manager and worker join tokens
...
* Fix manager and worker join tokens. Issue #2088 .
Fix screenshots per issue #2126
Move vote images to correct dir
Fix rendering issue with inline code snippet #1990
Fix for stack yaml reference (#1476 )
Fix image link
Add shutdown procedures for #1017
* Make the fix asked in the PR
Little fix
2017-04-21 14:05:12 -05:00
Steven Hanna
b43c302c46
Spelling mistakes ( #2970 )
...
* Spelling mistakes
* Delete last_page.md
2017-04-20 17:26:18 -05:00
Joao Fernandes
7b90ef4bdc
Fix spelling errors ( #2409 )
2017-03-21 11:49:07 -07:00
Misty Stanley-Jones
e3a3145cd9
Sync vnext-engine branch to docker/docker SHA 2f12d2808464dcfdf45e0920fd508ce0ff12bd29
...
This branch will contain forward-looking Engine-specific docs
and be the equivalent of docker/docker master for docs
2017-01-19 10:10:15 -08:00
Misty Stanley-Jones
756f4d974c
Fix some doubled words
...
Signed-off-by: Misty Stanley-Jones <misty@docker.com>
2016-11-28 11:32:17 -08:00
Gaetan
a5e01e1844
fix type of keywords entry in frontmatter (in /engine/) ( #552 )
...
keywords should be a string, not an array containing one string
Signed-off-by: Gaetan de Villele <gdevillele@gmail.com>
2016-11-11 14:45:24 -08:00
John Mulhausen
558314bf56
Converges titles to imperative-form, front-matter based, and sentence-case ( #438 )
...
Multiple title fixes, consistency fixes, convergence into metadata-based titles.
2016-11-04 15:38:40 -07:00
Misty Stanley-Jones
1a193d749b
Revert "Merge pull request #437 from gdevillele/fix_keywords_format"
...
This reverts commit 13ddc1350e
, reversing
changes made to 7a11f05943
.
2016-11-04 13:33:29 -07:00
Gaetan
8bb4d6226a
fix more frontmatter keywords values ( #439 )
...
* fix format of frontmatter keyword entry in some .md files
Signed-off-by: Gaetan de Villele <gdevillele@gmail.com>
2016-11-04 10:48:38 -07:00
Victoria Bialas
f48157d696
Update swarm-mode.md
2016-10-25 12:11:35 -07:00
Pascal Borreli
6cd3fe8bd2
Fixed typos
2016-09-30 01:52:12 +01:00
Misty Stanley-Jones
d53c6798c9
Convert TOML to YAML, tweaks to work with Jekyll
2016-09-29 17:16:03 -07:00
Misty Stanley-Jones
9d5e59d503
Moved engine imported docs to the engine subdirectory
2016-09-29 11:19:31 -07:00