Commit Graph

91 Commits

Author SHA1 Message Date
Gwendolynne Barr 5317322191
Add latest aws release template (#6377) 2018-04-05 13:02:24 -07:00
French Ben 259526857d Removed email to streamline (#6352)
Signed-off-by: French Ben <frenchben@docker.com>
2018-03-30 11:50:27 -07:00
French Ben 6f4bff2c2e Docker 18.03-ce released (#6295) 2018-03-26 11:50:06 -07:00
French Ben b7d96dc998 Bump of docker to 17.12.1 (#6205) 2018-03-13 12:17:05 -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
French Ben 5e380f624c 17.12 release notes (#5926)
* Updated release notes and FAQ around EFS

Signed-off-by: French Ben <frenchben@docker.com>

* Added note around machine restart ssh access

Signed-off-by: French Ben <frenchben@docker.com>

* Edge release added

Signed-off-by: French Ben <frenchben@docker.com>

* Disabled EFS encryption

Signed-off-by: French Ben <frenchben@docker.com>

* Added note on upgrade and EFS declaration

Signed-off-by: French Ben <frenchben@docker.com>

* Migrate notes to proper md

Signed-off-by: French Ben <frenchben@docker.com>
2018-02-08 13:52:15 -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
Lachlan Cooper 1fa2c0387a Correct parameter names for --publish long syntax (#5457) 2017-12-12 12:59:30 -08:00
Misty Stanley-Jones 956fe5924d
Update docs for new publish syntax (#5323) 2017-11-17 12:08:29 -08:00
Zac Kwan 29cd9a49f4 Added ImportKeyPair that is needed for classic mode 2017-11-10 10:33:23 -08:00
French Ben 0e1dcd9db9 Modify subnet is needed on top of modify vpc (#5138)
Signed-off-by: French Ben <frenchben@docker.com>
2017-10-30 09:56:42 -07:00
French Ben ddf0964196 Edge update
Signed-off-by: French Ben <frenchben@docker.com>
2017-10-27 10:37:54 -07:00
French Ben 6ad5030c14 Templates have EE in name
Signed-off-by: French Ben <frenchben@docker.com>
2017-10-27 10:37:54 -07:00
French Ben bce06ce4b5 Updated docs for 17.10 Edge release
Signed-off-by: French Ben <frenchben@docker.com>
2017-10-27 10:37:54 -07:00
Misty Stanley-Jones b426618a9e Update some missing release notes (#4943) 2017-10-14 10:11:13 -07:00
Gwendolynne Barr d4baef5154 Link aws perms doc to cloud doc on creating iam role (#4958) 2017-10-13 15:33:43 -07:00
Misty Stanley-Jones 032042651b Add info about stacks for AWS and Azure docs (#4620) 2017-09-13 14:53:52 -07:00
French Ben e750dcaa13 Add AWS faq for large clusters (#4477) 2017-09-13 11:10:55 -07:00
French Ben 00105dbdf6 Added editions containers details (#4470) 2017-08-31 14:00:20 -07:00
Ken Cochrane a3c0d066ca Add docs for new docker for aws ELB HTTPS protocol feature (#3945) 2017-08-29 15:10:56 -07:00
Victoria Bialas 99f0e0e245 Docker for AWS, uninstall, faq's, pix, copyedit (#4404)
* added faq and topic on uninstall Docker for AWS

Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>

* added screen snaps, corrected links

Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>

* formatting updates

Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>

* copyedits per review

Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
2017-08-28 17:39:57 -07:00
Michael Friis f10b6d1b8a improve formatting (#4397) 2017-08-28 13:32:56 -07:00
French Ben 4445f27581 Cleanup editions (#4350) 2017-08-25 12:13:07 -07:00
Joao Fernandes 331983b366 Move Datacenter articles below Docker EE (#224)
* Move DDC articles in TOC

* Update TOC to make DDC part of Docker EE
2017-08-15 23:31:15 -07:00
Wang Jie 31517cbfc1 Update upgrade.md (#4159) 2017-08-11 13:19:36 -07:00
Wang Jie fd42331052 Update scaling.md (#4160) 2017-08-11 13:19:05 -07:00
Wang Jie 5b8a3c8796 Update faqs.md (#4162) 2017-08-11 13:18:33 -07:00
Wang Jie 5cd1cd0a76 Update release-notes.md (#4146) 2017-08-10 15:48:11 -07:00
Wang Jie db33e6c079 Update index.md (#4096) 2017-08-04 15:20:25 -07:00
Wang Jie de579964be Update deploy.md (#4084) 2017-08-03 15:52:39 -07:00
Wang Jie 4e49c8f1da Update deploy.md (#4008) 2017-08-01 13:42:06 -07:00
Wang Jie 41c8fbd2fb Update release-notes.md (#4035) 2017-08-01 12:20:41 -07:00
Wang Jie c5bff9250b Update faqs.md (#4034) 2017-08-01 12:18:46 -07:00
Wang Jie ca1f2e7b52 Update load-balancer.md (#4033) 2017-08-01 12:17:24 -07:00
Wang Jie a63cfca463 Update persistent-data-volumes.md (#4010) 2017-08-01 12:16:01 -07:00
Victoria Bialas a4b4acc92c Fix links to subtopics in index.md files by include full path (#4054)
* for all links to , changed to full path

Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>

* fixed link in Swarm Tutorial per review comments

Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
2017-07-31 18:54:08 -07:00
Misty Stanley-Jones fba2177277 Put back delimited for YAML (#4046) 2017-07-31 11:06:54 -07:00
Wang Jie 3c259d8fb1 Update index.md (#3993) 2017-07-28 14:32:37 -07:00
Wang Jie b9df557deb Update scaling.md (#4007)
Change two titles to sentence caps.
2017-07-28 14:31:51 -07:00
Michael Friis 1033933b72 [WIP] Add stable existing VPC option (#3823)
* [WIP] Add stable existing VPC option

* add macro value
2017-07-07 10:23:58 -07:00
Victoria Bialas 47e63e6fc0 copyedit spelling (#3821)
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
2017-07-05 14:23:30 -07:00
Misty Stanley-Jones c97699f83a Document the user for Docker for AWS instances (#3799) 2017-07-03 16:18:46 -07:00
Misty Stanley-Jones cebcf1ec5e Fix links to experimental README (#3796) 2017-07-03 15:54:09 -07:00
Misty Stanley-Jones 8da5f09e5b Fix error in backing value for Cloudstor docs (#3794) 2017-07-03 13:54:44 -07:00
Ken Cochrane 325adb2061 Added section for AWS load balancer, and release notes for Docker for AWS 17.06 (#3726)
* Added section for AWS load balancer, and added Docker for AWS 17.06 release notes

Signed-off-by: Ken Cochrane <kencochrane@gmail.com>

* Updated PR per comments

Signed-off-by: Ken Cochrane <kencochrane@gmail.com>

* Reformatting CLI commands for readability

* Sentence case fixes

* More fixes from comments

Signed-off-by: Ken Cochrane <kencochrane@gmail.com>
2017-06-29 12:21:11 -07:00
Deep Debroy 0411064829 Address requested changes 2017-06-28 10:23:51 -07:00
Deep Debroy f61993f037 Fix the cloudstor alias
Another correction to the CLI.
2017-06-28 10:09:38 -07:00
Deep Debroy 5431d4abfe Couple of minor changes/updates
Addressed a correction suggested by FrenchBen above and removed unnecessary raw tags for example CLIs
2017-06-28 10:05:16 -07:00
Misty Stanley-Jones 5dc4bd40ea Copyedits 2017-06-28 09:35:12 -07:00