Sebastiaan van Stijn
f6adc80d9a
remove examples for ENV key value without '='
...
The `ENV key value` form can be ambiguous, for example, the following defines
a single env-variable (`ONE`) with value `"TWO= THREE=world"`:
ENV ONE TWO= THREE=world
While we cannot deprecate/remove that syntax (as it would break existing
Dockerfiles), we should reduce exposure of the format in our examples.
Also updating some code-blocks that were missing language-hints
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-09-23 15:16:35 +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
Chris Crone
49c589d9d6
Add engine 19.03.13 release notes ( #11395 )
...
* Add engine 19.03.13 release notes
Signed-off-by: Chris Crone <christopher.crone@docker.com>
* Minor style updates
Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com>
2020-09-18 11:07:32 +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
Usha Mandya
bacb930cdc
Add a new redirect for binaries
...
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
2020-09-16 16:47:50 +01: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
c56a5c2c62
Merge pull request #11335 from nwtgck/patch-1
...
use .tgz instead of .tar.gz
2020-09-08 16:07:02 +01:00
Silvin Lubecki
ef9bd5ab20
Add a note about snyk minimal version. ( #11346 )
...
* Add a note about snyk minimal version.
Bump docker scan and snyk versions in the docker scan --version output sample.
Signed-off-by: Silvin Lubecki <silvin.lubecki@docker.com>
* Minor style updates
Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com>
2020-09-08 11:44:37 +01:00
Ryo Ota
6469b210cc
use .tgz instead of .tar.gz
2020-09-04 07:36:23 +09:00
Thomas Shaw
945339fdcc
Small typo
2020-09-03 16:30:59 +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
Usha Mandya
e482b1f754
Merge pull request #11306 from allir/patch-2
...
Update example to use newer Ubuntu LTS
2020-09-02 14:18:14 +01:00
Usha Mandya
785216d717
Merge pull request #11316 from karl-johan-grahn/placement_prefs
...
Make image order clear
2020-09-02 14:08:51 +01:00
Usha Mandya
be249ebdd3
Merge pull request #11322 from gtardif/ecs_plugin_doc
...
Removed references to ecs command, replaced by classic docker commands executed within the ecs context
2020-09-02 10:36:42 +01:00
Usha Mandya
eb44071863
Add docs for vulnerability scanning
2020-09-01 16:31:48 +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
Karl-Johan Grahn
9a9180ac7c
Make image order clear
2020-08-31 14:05:56 +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
Aðalsteinn Rúnarsson
08a13fcf6f
Fix typo in ecs-intetration
...
Fix typo.
Closes #11307
2020-08-29 12:20:25 +00:00
Aðalsteinn Rúnarsson
a30853c08a
Update example to use newer Ubuntu LTS
...
Fixes #11252
I've tested running the Dockerfile with the updated ubuntu LTS (20.04) and the example still works.
2020-08-28 14:36:15 +00:00
Aðalsteinn Rúnarsson
51cf315c4e
Change wording for setting capabilities lists
...
Update the wording for allow/deny approach for setting capabilities.
2020-08-27 15:07:46 +00:00
Usha Mandya
46a8b196f6
Remove extra space in the compose command
2020-08-25 18:58:04 +01:00
Nicolas De loof
460a832342
update ECS docs for beta.5 ( #11267 )
...
* update ECS docs for beta.5
Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
* ECS integration isn't a CLI plugin anymore
Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
* Proofread updates
Made some minor style/edit updates and wrapped content
Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com>
2020-08-25 16:46:32 +01:00
Usha Mandya
78743724ed
Minor style updates
2020-08-18 12:33:10 +01:00
Ben De St Paer-Gotch
9892a2de21
Update aci-integration.md
2020-08-18 12:25:02 +01:00
Sebastiaan van Stijn
9af8c56834
Merge pull request #11176 from alinuxien/patch-1
...
Improved Dockerfile compatibility and readability
2020-08-11 15:25:35 +02:00
Joshua Powers
8058df4f7e
Update ubuntu.md
...
Ubuntu 19.10 (Eoan) is EOL.
2020-08-10 11:16:12 -07:00
Sebastiaan van Stijn
e9750cda78
engine/api: fix incorrect ID on "http" tab
...
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-08-04 15:26:56 +02:00
Frederic Hemberger
e529754f96
examples.md: Actually use `ctx` variable in Go example
...
"List and manage containers" Go example:
`ctx := context.Background()` was defined but never used.
Follow the structure of the other examples instead.
2020-08-02 10:20:54 +02:00
Usha Mandya
b39a6c26d6
Merge pull request #11020 from ProgramComputer/patch-1
...
Update debian.md
2020-07-29 14:07:47 +01:00
Usha Mandya
a46a62bafc
Add a note on turning experimental features on
...
Add a note to specify users must turn on the experimental features flag manually when they switch from stable to edge releases.
2020-07-28 12:03:56 +01:00
Takekazu Omi
a8975aaaf7
fix install script url
...
see
https://github.com/docker/aci-integration-beta/pull/19/files
2020-07-27 22:14:17 +09:00
Ali Akrour
edbb9f9e75
Improved Dockerfile compatibility
...
line 28 : modified the regexp to also match if the optional '#' caracter is present to comment the line, like it was by default on my Debian:9 official based image.
line 28 : modified the regexp by adding the 'g' end caracter, just for better readability for beginners like me.
line 31 : modified the order between option '-i' and the regexp argument, just for better readability for beginners like me.
2020-07-23 17:38:31 +02:00
Usha Mandya
e963211456
Add req on ARN and resource format
...
A new prerequiste on opting into the AWS account into the new ARN and resource format
2020-07-21 18:25:12 +01:00
Usha Mandya
378a6ddfa8
Merge pull request #11151 from usha-mandya/cloud-deploy-docs
...
Move cloud deployment docs to the Guides section
2020-07-21 10:07:19 +01:00
Sebastiaan van Stijn
a1d3215534
Add engine 19.03.12 release notes
...
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-07-20 12:58:18 +02:00
Usha Mandya
a1eafd4170
Move cloud deployment docs to the Guides section
2020-07-17 16:02:04 +01:00
Nicolas De loof
77002162af
document x-aws-cluster ( #11150 )
...
* document x-aws-cluster
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-07-17 12:34:47 +01:00
Chris Crone
9b6fff076e
Merge pull request #10887 from carthurs/master
...
Basic go example was not working with v1.41
2020-07-16 14:09:17 +02:00
Emad Alashi
6338d9674c
Change ignored directory to forward slash
...
When using the backward slash I think it will only use on Windows?
In my case I was on MacOS and the folders weren't ignored until I changed the slashes to be forward slash.
2020-07-11 22:06:13 +10:00
Laurens Vanderhoven
eb8880f1fd
Fix commands
...
`docker compose ecs` to `docker ecs compose`
2020-07-10 08:22:13 +02:00
Usha Mandya
03f8c63994
Merge pull request #11117 from usha-mandya/ecs-integration
...
Update install script
2020-07-09 17:04:54 +01:00