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
```
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>
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.
* 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>
* 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>
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.
* 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>
* 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>
* Updating the Docker Hub screenshots to current version of Hub and various page cleanup
Signed-off-by: Lena Larionova <lena.larionova@docker.com>
* Missed one instance of unnecessary capitalization
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.