Difference between revisions of "Volume"

From wikieduonline
Jump to navigation Jump to search
(Redirected page to Volumes)
Tag: New redirect
 
 
(14 intermediate revisions by the same user not shown)
Line 1: Line 1:
#redirect [[Volumes]]
+
{{lc}}
 +
https://docs.aws.amazon.com/AmazonECS/latest/developerguide/using_data_volumes.html
 +
* <code>[[/var/lib/docker/volumes]]</code> on the host [[Amazon EC2 instance]].
 +
* [[Bind mounts]]
 +
 
 +
  .../...
 +
  [[volume]] {
 +
    name      = "service-storage"
 +
    [[host_path]] = "/ecs/service-storage"
 +
  }
 +
.../...
 +
 
 +
 
 +
* Terraform: https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/ecs_task_definition#volume
 +
 
 +
== Related ==
 +
* <code>[[aws_ecs_task_definition]]</code>
 +
* <code>[[host_path]]</code>
 +
* [[Docker Volumes]]
 +
 
 +
== See also ==
 +
* {{Volumes}}
 +
* {{aws_ecs_task_definition}}

Latest revision as of 08:38, 13 July 2023

Advertising: