Commit Graph

53447 Commits

Author SHA1 Message Date
Traci Morrison 0fc249f28d
Merge pull request #9517 from traci-morrison/engdocs-39
Add commands to export scripts
2019-09-25 15:43:00 -04:00
Traci Morrison 18c9ec932b Add commands to export scripts 2019-09-25 10:59:08 -04:00
Usha Mandya 6acf92989b update mac disk utilization 2019-09-25 14:04:57 +01:00
Dawn W ad4cf7ec1e
Merge pull request #1334 from docker/master
pull private master into sept patch release branch
2019-09-24 13:58:09 -07:00
Traci Morrison 9a28b67c84
Merge pull request #8662 from trapier/default-addr-pool
Correct swarm init default-address-pool to default-addr-pool
2019-09-24 16:47:52 -04: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
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
Dawn W 119cd05a63
Merge pull request #9505 from david-yu/patch-17
Missing quote for swarm port from restore docs
2019-09-23 11:37:22 -07:00
David Yu 96b73b21ed
Missing quote
Missing quote from restore docs
2019-09-23 11:23:57 -07:00
Dawn W 24eb4a1e89
Merge pull request #1332 from docker/master
pulling master into the sept branch release
2019-09-23 11:17:51 -07: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
Usha Mandya af803ce80d
Merge pull request #8481 from thaJeztah/stack_sysctl
[19.03] Update compose-file reference for sysctls
2019-09-23 16:43:52 +02:00
Usha Mandya 1b914b58be
Merge pull request #9451 from Potapy4/patch-1
Update devicemapper path
2019-09-23 16:35:09 +02:00
Sebastiaan van Stijn cf8215ec58
Update compose-file reference for sysctls
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2019-09-23 16:28:40 +02:00
Traci Morrison 132f2bed14
Merge pull request #9465 from traci-morrison/engdocs-162
Fix broken links
2019-09-23 10:27:16 -04:00
Usha Mandya a556c61cf7
Merge pull request #9351 from thaJeztah/remove_library_samples
Remove library samples, and link to Docker Hub instead
2019-09-23 16:21:57 +02:00
lena-larionova c26fd49707 Removed inaccurate info on permissions (#9495)
Signed-off-by: Lena Larionova <lena.larionova@docker.com>
2019-09-20 10:25:49 -07: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
Usha Mandya a74585cef8
ENGDOCS-76: Update Mac documentation (#9345)
ENGDOCS-76: update mac get started
2019-09-20 16:43:22 +01:00
lena-larionova f4e3e7b785 Hub relnote 0919 (#9491)
* Access token doc (#1323)

Doc for personal access tokens on Hub

* release note for access tokens

Signed-off-by: Lena Larionova <lena.larionova@docker.com>
2019-09-19 15:34:52 -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
Nathan Jones 4fa527705e Updated for EE 3.0 (#9481)
* Updated for EE 3.0

Instructions hadn't been updated for EE 3.0

* Switched the Engine Version to use Site Variable
2019-09-19 20:00:46 +01: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
Douglas Naphas 3512d96117 Make minor grammar corrections (#9471) 2019-09-19 10:50:33 +01: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 8569e4b5ff
Merge pull request #9483 from adrian-plata/experimental-box-simplify
simply the experimental box
2019-09-18 15:54:38 -07:00
Adrian Plata 972d1929bd simply the experimental box
Signed-off-by: Adrian Plata <adrian.plata@docker.com>
2019-09-18 14:35:33 -07:00
ollypom ceb037d805
Added Platform to Library Metata
Also reformatting to 80 character lines
2019-09-18 16:17:51 +00:00
Dawn W Docker afb9e87400 adding cluster entry from changelog at https://github.com/docker/cluster/pull/108/files 2019-09-17 15:43:30 -07:00
Wang Jie 96856c1d6b Update orgs.md (#8888) 2019-09-17 11:41:34 -07:00
Wang Jie 16dd90a8e0 Update webhooks.md (#8889) 2019-09-17 11:39:46 -07:00
Traci Morrison 935aab89ca
Merge pull request #9376 from traci-morrison/ucp-backup
Add options for ucp backup
2019-09-17 12:24:38 -04: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
WeJie fbc379d183 Fix typo (#9388) 2019-09-17 16:27:40 +01: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
Nikita Potapenko 7aa6e8a27d Fix UCP installation links (#9463) 2019-09-17 15:49:42 +01:00
Traci Morrison 4c1f12169e
Merge pull request #9453 from traci-morrison/engdocs-122
Update broken links
2019-09-17 09:20:05 -04:00
Traci Morrison cfc9a64b8c Fix broken links 2019-09-17 09:05:38 -04:00
lena-larionova 1da1049b36 Hub release note (#9461)
* Updates to the billing UI for personal plans (#1319)

* Updates to the billing UI for personal plans

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

* Changing a link to the billing page

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

* Release note for billing UI changes (#1321)

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

Release note for billing UI changes

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

* Adding link

Signed-off-by: Lena Larionova <lena.larionova@docker.com>
2019-09-16 17:15:01 -07:00
Adrian Plata fe03687cd6
minor character limit fixes (#9455)
Signed-off-by: Adrian Plata <adrian.plata@docker.com>
2019-09-16 16:36:53 -07:00
Robbert Klarenbeek 4be3d95bd1
Fix FROM command 2019-09-17 01:14:50 +02:00
lena-larionova 6b7929dd1a Updates to the billing UI for personal plans (#1319) (#9456)
* Updates to the billing UI for personal plans

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

* Changing a link to the billing page

Signed-off-by: Lena Larionova <lena.larionova@docker.com>
2019-09-16 15:39:35 -07:00
Traci Morrison 460be1a07b Update broken links 2019-09-16 14:32:54 -04:00
ollypom 22f8e40cdc
Fixed Nit 2019-09-16 13:28:03 +00:00
Usha Mandya 261d32f21f
Desktop ent September patch relnotes (#9449)
Desktop ent September patch relnotes
2019-09-16 14:24:03 +01:00