Difference between revisions of "MountPoints"

From wikieduonline
Jump to navigation Jump to search
(Created page with "{{lc}} "mountPoints": [ { "sourceVolume": "string", "containerPath": "string", "readOnly": true|false } ... ], == See also ==")
 
 
(9 intermediate revisions by 2 users 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 10: Line 12:
 
   ],
 
   ],
  
 +
== Related ==
 +
* [[ContainerDefinitions official example]]
 +
* [[volume]]: <code>[[host_path]]</code>
 +
* [[aws_ecs_task_definition]]
  
 +
== See also ==
 +
* {{container_definitions}}
 +
* {{ContainerDefinitions}}
  
== See also ==
+
[[Category:AWS]]

Latest revision as of 19:47, 29 May 2023

Advertising: