Commit Graph

13 Commits

Author SHA1 Message Date
Jeffrey Morgan ca466a55ed Rename Docker Store and Docker Cloud - WIP 2018-10-04 19:41:32 -04:00
tfoxnc 14e01eea81 Revert "Merge pull request #7050 from docker/remove"
This reverts commit 5c7e147fac, reversing
changes made to e6ccb686b4.
2018-07-19 15:54:00 -04:00
tfoxnc 62192eb36c remove 2018-07-18 20:43:57 -04: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
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
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
Gwendolynne Barr d4baef5154 Link aws perms doc to cloud doc on creating iam role (#4958) 2017-10-13 15:33:43 -07:00
Ken Cochrane 1333b9d2cf Update Docker for AWS IAM Permission list
Signed-off-by: Ken Cochrane <KenCochrane@gmail.com>
2017-03-31 15:23:41 -07:00
Ken Cochrane fec6553dca Added updates and Release notes for Docker for AWS Beta 18 (#1782)
* Added updates and Release notes for Docker for AWS Beta 18

Signed-off-by: Ken Cochrane <KenCochrane@gmail.com>
2017-02-17 16:58:06 -08:00
Ryszard Perkowski baae52cabf iam-permissions missing (#1359)
Stack fails without ec2:AuthorizeSecurityGroupEgress and ec2:AuthorizeSecurityGroupIngress
2017-01-24 14:42:22 -08:00
French Ben 2da8713bc3 Updated docs to remove beta and stable link (#1160)
* Updated docs to remove beta and stable link
2017-01-19 11:27:37 -08:00