Difference between revisions of "MountPoints"
Jump to navigation
Jump to search
(7 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{lc}} | {{lc}} | ||
+ | |||
+ | [[ContainerDefinitions official example]]: | ||
"mountPoints": [ | "mountPoints": [ | ||
{ | { | ||
− | "sourceVolume": "string", | + | "[[sourceVolume]]": "string", |
"containerPath": "string", | "containerPath": "string", | ||
"readOnly": true|false | "readOnly": true|false | ||
Line 12: | Line 14: | ||
== Related == | == Related == | ||
* [[ContainerDefinitions official example]] | * [[ContainerDefinitions official example]] | ||
− | + | * [[volume]]: <code>[[host_path]]</code> | |
+ | * [[aws_ecs_task_definition]] | ||
== See also == | == See also == | ||
+ | * {{container_definitions}} | ||
* {{ContainerDefinitions}} | * {{ContainerDefinitions}} | ||
+ | |||
+ | [[Category:AWS]] |
Latest revision as of 19:47, 29 May 2023
ContainerDefinitions official example:
"mountPoints": [ { "sourceVolume": "string", "containerPath": "string", "readOnly": true|false } ... ],
Related[edit]
See also[edit]
Advertising: