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
Andrew Diamond
fddd48a98c
Fix link to go to english page
2018-02-15 11:21:11 -08: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
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
Misty Stanley-Jones
f5369145a1
Clarify some D4Azure points ( #5545 )
2017-12-20 14:58:08 -08:00
Lachlan Cooper
1fa2c0387a
Correct parameter names for --publish long syntax ( #5457 )
2017-12-12 12:59:30 -08:00
Eiichi Kitagawa
3526bf68a7
Specifying the OS for Docker4Azure ( #5353 )
...
Image `docker4x/create-sp-azure` is Linux image, so it has to run on Linux machine.
2017-11-21 15:36:27 -08:00
Bhavin Gandhi
3123389ccb
Add alt text to images which are missing it ( #5047 )
...
Signed-off-by: Bhavin Gandhi <bhavin7392@gmail.com>
2017-11-20 09:49:46 -08:00
Misty Stanley-Jones
956fe5924d
Update docs for new publish syntax ( #5323 )
2017-11-17 12:08:29 -08:00
Deep Debroy
8f87edefb3
Windows worker connection steps for Azure ( #5279 )
2017-11-10 13:40:20 -08: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
Misty Stanley-Jones
5e72669e87
Document how to use a custom Azure storage endpoint with cloudstor ( #4966 )
2017-10-14 10:09:50 -07:00
Misty Stanley-Jones
032042651b
Add info about stacks for AWS and Azure docs ( #4620 )
2017-09-13 14:53:52 -07:00
Deep Debroy
12436702cb
Release notes for Azure 17.06.2 CE ( #4553 )
2017-09-08 09:59:21 -07:00
French Ben
507d6055fb
Removed Enterprise Edition limitation ( #4497 )
...
Signed-off-by: French Ben <frenchben@docker.com>
2017-09-01 15:25:29 -07:00
French Ben
00105dbdf6
Added editions containers details ( #4470 )
2017-08-31 14:00:20 -07:00
Deep Debroy
003bcfb864
update Azure upgrade instructions to latest 17.06.1 CE stable ( #4384 )
2017-08-28 16:57:38 -07:00
French Ben
4445f27581
Cleanup editions ( #4350 )
2017-08-25 12:13:07 -07:00
Davy De Waele
83eeff7182
Fixing issue #4105 : Incorrect CLI command in Docker for Azure setup ( #4106 )
2017-08-17 14:32:36 -07:00
Wang Jie
a5073719cc
Update index.md ( #4187 )
2017-08-17 14:18:17 -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
5a055b30e4
Update faqs.md ( #4163 )
2017-08-11 13:17:56 -07:00
Wang Jie
692c790970
Update upgrade.md ( #4164 )
2017-08-11 13:17:30 -07:00
Wang Jie
9445f834c5
Update faqs.md ( #4082 )
2017-08-04 10:12:13 -07:00
Wang Jie
acf7b570dc
Update release-notes.md ( #4085 )
2017-08-03 15:57:29 -07:00
Wang Jie
d9f74ebd10
Update persistent-data-volumes.md ( #4083 )
2017-08-03 15:51:47 -07:00
Wang Jie
9b81c79662
Update index.md ( #4037 )
2017-08-03 15:48:19 -07:00
Wang Jie
67c193baa8
Update deploy.md ( #4060 )
2017-08-01 12:21:49 -07:00
Wang Jie
dfb7de58f6
Update upgrade.md ( #4057 )
2017-08-01 12:21:18 -07:00
Deep Debroy
cda50c0a1b
Update upgrade notes for Docker4Azure ( #3936 )
2017-07-26 10:15:45 -07:00
Misty Stanley-Jones
cebcf1ec5e
Fix links to experimental README ( #3796 )
2017-07-03 15:54:09 -07:00
Deep Debroy
99e1de6374
17.06 release notes for Azure ( #3734 )
2017-06-29 13:55:00 -07:00
John Mulhausen
0d1cc5375b
Merge pull request #3708 from ddebroy/cloudstor1706
...
Update documentation for Cloudstor in AWS/Azure for 17.06
2017-06-28 11:49:24 -07:00
Deep Debroy
1d1dba3ffd
Update notes for upgrade procedure in Azure ( #3722 )
...
* Update notes for upgrade procedure in Azure
2017-06-28 11:30:04 -07:00
Deep Debroy
29af43b84c
Add raw tags back
2017-06-28 10:27:32 -07:00
Deep Debroy
2635045b51
Address requested changes
2017-06-28 10:25:52 -07:00
Deep Debroy
12b603c577
A couple of minor changes for Azure
2017-06-28 10:17:27 -07:00
Misty Stanley-Jones
5dc4bd40ea
Copyedits
2017-06-28 09:35:12 -07:00
Deep Debroy
de19792eb3
enhancements for Cloudstor in Azure
2017-06-28 09:35:11 -07:00
Deep Debroy
bc931fcf78
Update cloudstor docs for AWS/Azure
2017-06-28 09:35:11 -07:00
Ken Cochrane
467fe02277
Added Docker for AWS/Azure release notes for 17.05 ( #3196 )
...
Signed-off-by: Ken Cochrane <KenCochrane@gmail.com>
2017-05-09 09:12:17 -07:00
Bill
a3a7ae1e0b
replaced docker/docker with moby/moby ( #2879 )
...
* replaced docker/docker with moby/moby
* fixed incorrect name changes in release notes
* fixed mentions of moby/moby in code
2017-04-20 15:32:18 -05:00
Alfonso Cabrera
dc19f39a61
Update cloudstor docs ( #2888 )
...
Update docs to indicate cloudstor plugin is only on the edge channel distro for Docker for Azure. Fixes #2096
2017-04-20 12:10:13 -05:00
Ivan Mc Kinley
a51f044ba6
update text from 'AWS' to 'Azure' in FAQ ( #2760 )
...
update text from 'AWS' to 'Azure' in FAQ for Azure documentation
2017-04-13 17:35:35 -07:00