Commit Graph

74 Commits

Author SHA1 Message Date
Matt Gucci bef2ebcb5a
Fix error: PowerShell environment variable setting
Required to be surrounded by `'` or `"`.
2022-11-26 11:47:26 +09:00
CrazyMax f3c4a25133
fix files with CRLF control characters
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
2022-05-25 07:54:32 +02:00
Sebastiaan van Stijn 1583678203
Add missing code-hints, and minor markdown edits
- Add missing code-hints (console, yaml)
- Consistently add an empty line after code-blocks
- Combine some examples where the output and the command were
  put in separate blocks. With the "console" code-hint, this
  is no longer nescessary.
- fix indentation in cloud/ecs-integration.md, which caused the
  numbered-list to be interrupted.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2021-08-16 12:59:23 +02:00
Sebastiaan van Stijn 4291e391bd
fix broken links in "working with contexts"
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2021-01-21 15:58:03 +01:00
Guillaume Tardif cd5bc70940 Include ACI/ECS reference docs from compose-cli and make them easier to find for docker users
Signed-off-by: Guillaume Tardif <guillaume.tardif@gmail.com>
2021-01-04 16:16:12 +01:00
Nicolas De Loof 3a8e1dd311
x-aws-vpc expect an ID, not ARN
Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
2020-12-14 09:59:28 +01:00
Ben De St Paer-Gotch 84af01c18a
Update ecs-integration.md
Fixing high throughput in example
2020-12-07 18:12:08 +00:00
Nicolas De loof d46de2ae4f
Document required IAM permissions (#11794)
* Document required IAM permissions

Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>

* Apply suggestions from code review

Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com>

Co-authored-by: Guillaume Tardif <guillaume.tardif@gmail.com>
Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com>
2020-11-30 11:18:05 +00:00
Chris Crone 73db5c6076 ecs: Fix typo
Signed-off-by: Chris Crone <christopher.crone@docker.com>
2020-11-19 10:22:25 +01:00
Nicolas De loof 2425fe8b90
Some more details and links (#11766)
* Some more details and links

Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>

* Minor edits

Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com>
2020-11-18 18:50:48 +00:00
Usha Mandya 050d40438c
Merge pull request #11771 from ndeloof/elb
Document custom load balancer usage
2020-11-18 18:33:52 +00:00
Usha Mandya cf81f3ca16
Apply suggestions from code review
Co-authored-by: Chris Crone <christopher.crone@docker.com>
2020-11-18 18:29:45 +00:00
Nicolas De Loof c7752c1f87
Document custom load balancer usage
Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
2020-11-18 11:53:37 +01:00
Guillaume Tardif 29bd2b0d3e Adding more basic examples of compose files, and small updates on ECS services dependencies, service name resolution
Signed-off-by: Guillaume Tardif <guillaume.tardif@docker.com>
2020-11-17 17:07:03 +01:00
Usha Mandya 8425cf802c
Merge pull request #11751 from gtardif/aci_ecs_update
Aci ecs update
2020-11-16 16:14:17 +00:00
Guillaume Tardif a9a219b757 ECS doc reordering & minor changes
Signed-off-by: Guillaume Tardif <guillaume.tardif@docker.com>
2020-11-16 14:18:03 +01:00
Usha Mandya ae1b83413f
Merge pull request #11717 from carehart/patch-4
help user view the container running
2020-11-13 15:47:30 +00:00
Guillaume Tardif 027b6599b0 Fix wrong flag name in ACI doc
Signed-off-by: Guillaume Tardif <guillaume.tardif@docker.com>
2020-11-13 15:45:27 +01:00
Guillaume Tardif 4b28e8e536
Added health check docs, & details on updating apps (#11729)
* Added health check docs, & details on updating apps

Signed-off-by: Guillaume Tardif <guillaume.tardif@docker.com>

* Apply suggestions from code review

Co-authored-by: Chris Crone <christopher.crone@docker.com>
Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com>

* Minor format updates

Fixed typos, removed extra blank lines

Co-authored-by: Chris Crone <christopher.crone@docker.com>
Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com>
2020-11-12 15:23:33 +00:00
Usha Mandya 98f568ca4a Remove beta flags for ECS GA release
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
2020-11-10 09:33:23 +00:00
Charlie Arehart 79ceaaecec
Update engine/context/aci-integration.md
Signed-off-by: Charles Arehart <charlie@carehart.org>

Co-authored-by: Guillaume Tardif <guillaume.tardif@gmail.com>
2020-11-09 09:49:31 -06:00
Charlie Arehart c4d43004d2
help user view the container running
The current instructions lead the user through creating a context and running a sample nginx container, but it never shows the user how to go about viewing it. I have added that.
2020-11-07 22:34:26 -06:00
Usha Mandya c3c0e1050f Remove beta flags in the ACI doc
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
2020-11-06 11:02:04 +00:00
Charlie Arehart d930970e14
correct typos 2020-11-04 19:29:59 -06:00
Guillaume Tardif 449b9d216f
Add documentation on ACI prune (#11676)
* Add documentation on ACI prune

Signed-off-by: Guillaume Tardif <guillaume.tardif@docker.com>

* Minor style updates

Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com>
2020-11-02 10:20:20 +00:00
Usha Mandya e758fef124 Fix note formatting
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
2020-10-28 18:22:12 +00:00
Guillaume Tardif 07f6d5a6ad
Update ACI documentation (#11649)
* Update ACI documentation 

Signed-off-by: Guillaume Tardif <guillaume.tardif@docker.com>

* Update engine/context/aci-integration.md

Co-authored-by: Chris Crone <christopher.crone@docker.com>

* Minor style and format updates

Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com>
Co-authored-by: Chris Crone <christopher.crone@docker.com>
2020-10-28 17:50:09 +00:00
Nicolas De loof db9598346c
Volume usage (#11608)
* Volume usage

Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>

* Style and copy edit updates

Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com>
2020-10-23 14:23:02 +01:00
Sebastiaan van Stijn 393d3f6566
Add rel="noopener" to external links
See https://web.dev/external-anchors-use-rel-noopener/

Using noopener, as that addresses the security issue. "noreferer" blocks
the REFERER header, which may still be useful for some target URLs.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-10-12 13:09:30 +02:00
Tatsuya Sato c1ac10fc34
Fix names of storage account and file share 2020-10-01 16:30:06 +09:00
Usha Mandya e435742041
Merge pull request #11438 from gtardif/aci_volume_update
ACI: Update volume management documentation
2020-09-30 13:35:23 +01:00
Guillaume Tardif 6b15093c34 Revert links pointing to edge
Signed-off-by: Guillaume Tardif <guillaume.tardif@docker.com>
2020-09-29 17:17:22 +02:00
Guillaume Tardif f92ead9ec1 Compose-cli is now available with Desktop stable. Remove mentions of aci-integration-beta
Signed-off-by: Guillaume Tardif <guillaume.tardif@docker.com>
2020-09-29 14:33:36 +02:00
Guillaume Tardif 1b38c42706 ACI: Update volume management documentation
Signed-off-by: Guillaume Tardif <guillaume.tardif@docker.com>
2020-09-29 14:18:33 +02:00
Chris Crone 57eb05e2e8 Replace ECS integration with Compose CLI
Signed-off-by: Chris Crone <christopher.crone@docker.com>
2020-09-29 12:17:49 +02:00
Chris Crone b18cebff6d Update ECS docs
Signed-off-by: Chris Crone <christopher.crone@docker.com>
2020-09-25 17:03:45 +02:00
Camilo Santana c019eb9a79
fixes link in ecs-integration.md
`docker secret` creates secrets in AWS Secrets Manager Service - not in AWS Systems Manager Parameter Store Service. Note the `arn:aws:secretsmanager:...` reference in the existing example.
2020-09-22 17:50:19 -07:00
Terry Smith 4713bc5e51
Add missing external flag indicator in secrets
This is required otherwise it tries to read a non-existing file
2020-09-18 11:56:54 +01:00
Charlie Arehart 4e22ca29e6
correct missing bullet points
Signed-off-by: Charles Arehart <charlie@carehart.org>
2020-09-17 13:41:59 -05:00
Nicolas De loof 3c088164c6
Configure existing security-groups by `external.name` (#11379)
* Configure existing security-groups by `external.name`

Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>

* Minor style updates

Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com>
2020-09-16 15:10:39 +01:00
Sunny f47d54d7b7
Update ecs-integration.md
change 'x-asw-keys' to 'x-aws-keys'
2020-09-16 00:57:33 +09:00
Guillaume Tardif 48824ab98c
Add documentation for ACI volume management commands (#11362)
* Add documentation for ACI volume management commands

Signed-off-by: Guillaume Tardif <guillaume.tardif@docker.com>

* Style and formatting updates

* Minor style update

Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com>
2020-09-15 11:34:28 +01:00
Nicolas De loof d75734b741
ECS local simulation (#11352)
* Document ECS local simulation mode

Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>

* List "jocker" as SDK java implementation

Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>

* Style updates

Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com>
2020-09-10 16:07:21 +01:00
Usha Mandya 4e330a39df
Merge pull request #11314 from gtardif/aci_volumes_doc
Documentation on ACI volume support
2020-09-03 09:28:43 +01:00
Usha Mandya aec06e63c9
Merge pull request #11315 from gtardif/aci_sp_login
Document ACI Service Provider login
2020-09-03 09:23:18 +01:00
Usha Mandya ec916a6b1c
Minor style updates 2020-09-03 09:22:45 +01:00
Usha Mandya 06bef825b8
Minor style updates 2020-09-03 09:12:47 +01:00
Guillaume Tardif ed7d38ed67 Removed references to ecs command, replaced by classic docker commands executed pithing the ecs context
Signed-off-by: Guillaume Tardif <guillaume.tardif@docker.com>
2020-09-01 14:53:26 +02:00
Guillaume Tardif 2352151246 Document ACI Service Provider login
Signed-off-by: Guillaume Tardif <guillaume.tardif@docker.com>
2020-08-31 12:18:05 +02:00
Guillaume Tardif 3753d4cdc7 First doc on ACI volume support
Signed-off-by: Guillaume Tardif <guillaume.tardif@docker.com>
2020-08-31 12:05:19 +02:00