Commit Graph

1822 Commits

Author SHA1 Message Date
Traci Morrison
367d28fb4b Add backticks 2019-10-07 10:12:03 -04:00
Traci Morrison
84c8373e72 Fix formatting 2019-10-07 10:00:32 -04:00
Traci Morrison
04239cc55b Update for 2019-10-07 patch release 2019-10-07 09:37:37 -04:00
Traci Morrison
2f5d850941 Merge pull request #1347 from docker/master
Merging 2019-09-patch-release-notes branch
2019-10-01 17:22:33 -04:00
Olly P
2bdcf557d9 Merge branch 'master' into azure-subnet-size 2019-10-01 15:16:24 +01:00
Dawn W
4d93f1c1ef Merge pull request #1340 from docker/master
merging master to the patch release branch
2019-09-26 17:21:38 -07:00
Traci Morrison
3a79d50052 Additional edits 2019-09-26 15:46:03 -04:00
avezinaATastus
547092277b Fix Typo end-to-end-install.md 2019-09-26 15:22:50 -04:00
Traci Morrison
97f536288e Add the new UCP configuration point 2019-09-26 09:47:44 -04:00
Jose J. Escobar
996f2e7d43 Update index.md (#9498)
* Update index.md

Fixed broken link.

* Removed full URL
2019-09-25 15:18:23 -07:00
Nikita Potapenko
ecaf5b7eec Fix typo (#9511) 2019-09-25 15:16:23 -07:00
Traci Morrison
b0ad928444 Merge pull request #9406 from millerdz/patch-11
Remove web interface upgrade section
2019-09-24 11:43:02 -04:00
Kavika Tavui
5ab9035a83 The documentation is miseleading (#9317)
pasting the expected output in the CL code box suggests it is part of the command to be copy-pasted, this should be indicated as the expected output
2019-09-23 18:10:47 +01:00
Trapier Marshall
5a466a57c3 ucp: fix whitespace on node labels doc (#9395)
what i did:
- fix whitespace so markdown numbering is consistent

how i tested:
1. build docs locally `docker-compose build; docker-compose up -d`
2. verify numbering corrected
3. deploy compose file through UCP 3.2.1 UI to make sure its spacing was
   unaffected\*

\* note: not addressing outdated screenshots with this commit

Signed-off-by: Trapier Marshall <trapier.marshall@docker.com>
2019-09-23 18:02:37 +01:00
Olly P
d31ec2985c Merge branch 'master' into patch-11 2019-09-23 17:54:13 +01:00
Derrick Miller
dbee5b0ab6 Fix typos (#9494) 2019-09-23 17:51:24 +01:00
Jose J. Escobar
64c8e6c6ed Update back-up-swarm.md (#9496)
- Typo on symbol
- Added word "manager" to clarify the type of nodes where the procedure will be repeated.
2019-09-23 17:50:50 +01:00
Traci Morrison
132f2bed14 Merge pull request #9465 from traci-morrison/engdocs-162
Fix broken links
2019-09-23 10:27:16 -04:00
Jose J. Escobar
9351f15192 Update index.md (#9478)
Changed the order for the actions to be in chronological order. Currently, it seems you have to find the replica ID before running the command. This is emphasized by the "Then run". This is not the case. You use the replica ID after you run the command.
2019-09-20 09:55:10 -07:00
lena-larionova
687683427e Access token doc (#1323) (#9490)
Doc for personal access tokens on Hub
2019-09-19 15:12:33 -07:00
lena-larionova
201b6a714b Add workaround for DTR installation when using --external-url parameter (#9485)
* Added info about load balancer to Step 3: Install
DTR; various formatting changes to the page.

Signed-off-by: Lena Larionova <lena.larionova@docker.com>

* formatting

Signed-off-by: Lena Larionova <lena.larionova@docker.com>
2019-09-19 09:32:22 -07:00
Jose J. Escobar
c9c22c1b39 Update index.md (#9476) 2019-09-19 10:48:01 +01:00
Jose J. Escobar
5185af10f9 Update s3.md (#9477)
Because in the preceding paragraphs we talk about creating a bucket and/or a user and there are also bucket and user policies, I thing it is important to make clear the example policy is a 'user' policy and not a bucket policy.

Added a link to AWS for information about creating a user policy.
2019-09-19 10:42:50 +01:00
Adrian Plata
9b91963bb2 Merge pull request #9438 from ollypom/pki-patch
Added UCP PKI Keywords to improve search
2019-09-17 09:19:32 -07:00
ollypom
3de944e12a Removed images and references to 'UI upgrades'
- Removed UCP UI images
- Removed reference to UCP UI Upgrades
- This commit also removed a lot of whitespace at the end of lines.
2019-09-17 15:21:16 +00:00
Traci Morrison
cfc9a64b8c Fix broken links 2019-09-17 09:05:38 -04:00
Traci Morrison
460be1a07b Update broken links 2019-09-16 14:32:54 -04:00
Usha Mandya
261d32f21f Desktop ent September patch relnotes (#9449)
Desktop ent September patch relnotes
2019-09-16 14:24:03 +01:00
Jose J. Escobar
4038d42b87 Update system-requirements.md (#9436)
A typo.
Removed additional ',' for consistency.
A duplicate 'for'.
There is a section where the markup ``` are not being honored. I didn't want to mess too much with that.
2019-09-13 10:32:06 +01:00
ollypom
b891237aa4 Added PKI Keywords to improve search 2019-09-12 15:29:17 +00:00
Darwin Traver
3302d5283e Incorrect key-value set (#9430)
--include-logs switch requires the keyvalue to be set with "="
e.g. --include-logs=false
2019-09-12 12:42:01 +01:00
Traci Morrison
105a8e734a Merge pull request #9313 from arueth/master
Fixed formatting on Avoid IP range conflicts section
2019-09-11 14:44:50 -04:00
Nathan Jones
17f66d0392 Added example command for docker context import (#9423)
Added an actual `docker context import` command since the use of this command in conjunction with client bundles was not present in this or the `docker context` documentation. Also increased the emphasis of using `docker context import` vs. prior methods by pulling the new feature out of the note. This information is important and was not obvious enough in the note.
2019-09-11 16:32:32 +01:00
Traci Morrison
db3216cf1a Merge pull request #9361 from darwin-traver/patch-34
Adding JIRA to bug fix
2019-09-10 11:23:58 -04:00
Nikita Potapenko
25fae0af70 Cleanup brackets (#9404) 2019-09-09 18:04:54 +01:00
Derrick Miller
0dca2cdcd2 Remove web interface upgrade section
Upgrading through the UCP UI is no longer an option so I've removed the section of instructions of that upgrade technique.
2019-09-09 11:01:06 -04:00
Traci Morrison
e38d2bab91 Merge pull request #9372 from traci-morrison/ucp-screencaps
Update screenshots to 3.2
2019-09-09 10:31:00 -04:00
Usha Mandya
2c2e0c3986 update kube version (#9394) 2019-09-09 13:09:48 +01:00
Traci Morrison
6f93c768a7 Merge pull request #9391 from traci-morrison/engdocs-124
Add bug fix to 3.2.1 relnotes
2019-09-06 15:09:11 -04:00
Traci Morrison
ff4b765b3e Update screenshots to 3.2 2019-09-06 15:06:52 -04:00
Nikita Potapenko
f39d020a34 Update link to Kubernetes (#9392) 2019-09-06 16:40:10 +01:00
Traci Morrison
5a0920f9d8 Add bug fix to 3.2.1 relnotes 2019-09-06 10:29:51 -04:00
Andrew Mcshane
bf33b4e83d Updating deprecated Kubernetes namespaces link (#9389) 2019-09-06 13:54:18 +01:00
Sebastiaan van Stijn
5586fee81a Fix liquid warnings on reset password pages (#9348)
```
 => => #     Liquid Warning: Liquid syntax error (line 33): Expected end_of_string but found number in "{{ index .Spec.TaskTemplate.ContainerSpec.Args 0 }}" in datacenter/ucp/3.1/guides/authorization/reset-user-password.md
 => => #     Liquid Warning: Liquid syntax error (line 33): Expected end_of_string but found number in "{{ index .Spec.TaskTemplate.ContainerSpec.Args 0 }}" in ee/ucp/authorization/reset-user-password.md
```

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2019-09-05 14:47:08 -07:00
Trapier Marshall
0d2091fb5b ucp cli upgrade: emphasize run on only one node (#9366) 2019-09-05 10:49:53 +01:00
Trapier Marshall
ddea9a952a ucp 3.2.0 rel notes: remove downtime advisory (#9368) 2019-09-05 10:47:26 +01:00
lena-larionova
26bc85f62e Update licensing.md
removed "edition"
2019-09-04 11:50:29 -07:00
Dawn W
c6daeba7d8 Merge pull request #9352 from DawnWood-Docker/cluster-docs
adding new cluster doc for azure
2019-09-04 11:33:27 -07:00
lena-larionova
4698fcd238 Fixed one instance of Docker Store (#9363)
Signed-off-by: Lena Larionova <lena.larionova@docker.com>
2019-09-04 11:30:17 -07:00
Darwin Traver
ff192d0b1e Adding JIRA to bug fix 2019-09-04 14:09:19 -04:00