Maria Bermudez
ccbb5e2630
Revert "Revert "Merge branch 'master' of github.com:docker/docker.github.io""
...
This reverts commit 4b5fbbdbc9
.
2019-03-08 10:53:00 -08:00
Maria Bermudez
3a00843b91
Merge pull request #8364 from jkarstens/master
...
Correct docker stack deploy option
2019-02-28 19:02:48 +00:00
Maria Bermudez
2613fca1d8
Update deploy.md
...
Page edits and verbose command example
2019-02-28 11:01:53 -08:00
Paige Hargrave
4b5fbbdbc9
Revert "Merge branch 'master' of github.com:docker/docker.github.io"
...
This reverts commit 813f45bdd7
, reversing
changes made to 2349c62566
.
2019-02-28 13:11:13 -05:00
Jakob Karstens
6f9a504ef0
correct docker stack deploy option
2019-02-26 21:06:18 -08:00
Joe Abbey
c3c915db1b
Update release-notes.md
2019-02-24 15:24:36 -05:00
Carl Fischer
feab3845e0
remove table, no longer needed
2019-02-20 11:49:52 -08:00
Carl Fischer
02728badd3
fix table
2019-02-20 10:13:49 -08:00
Carl Fischer
0d35c753c8
restore missing </tr>
2019-02-20 09:46:42 -08:00
Carl Fischer
30f5d7c357
Update D4Azure CE channels
...
remove edge channel which is no longer supported in Docker for Azure/AWS
2019-02-20 09:35:22 -08:00
SychevIgor
5d2e5f15fe
ordered
...
ordered
2019-02-17 15:49:39 +03:00
SychevIgor
a5854cac74
Extra regions
...
Extra regions
2019-02-17 13:31:41 +03:00
Anne Henmi
feebc85102
Merge pull request #7303 from navrenga/patch-3
...
Update Edge URL to point to Azure rather AWS
2018-12-27 08:29:56 -07:00
Anne Henmi
aa576ddd98
Merge pull request #7665 from docker/azure-editions-18.06.1
...
Updating 18.06.1 CE for Azure
2018-12-26 09:53:04 -07:00
Jeffrey Morgan
d15739c5e7
Merge branch 'master' into consolidation-changes
2018-11-14 18:29:09 -05:00
Joe Abbey
78b94fd4ba
Updating 18.06.1 CE for Azure
...
Released months ago... updating rel notes
2018-11-12 11:49:41 -05:00
Jeffrey Morgan
ca466a55ed
Rename Docker Store and Docker Cloud - WIP
2018-10-04 19:41:32 -04:00
Rengarajan
c6674ef319
Update Edge URL to point to Azure rather AWS
2018-08-31 16:46:00 +05:30
Rengarajan
51fdc8a823
Point to azure url rather than aws for azure release notes
2018-08-31 16:42:24 +05:30
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
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