Difference between revisions of "Volume"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
{{lc}} | {{lc}} | ||
* https://docs.aws.amazon.com/AmazonECS/latest/developerguide/using_data_volumes.html | * https://docs.aws.amazon.com/AmazonECS/latest/developerguide/using_data_volumes.html | ||
− | * [[/var/lib/docker/volumes]] on the host Amazon EC2 instance. | + | * <code>[[/var/lib/docker/volumes]]</code> on the host Amazon EC2 instance. |
* [[Bind mounts]] | * [[Bind mounts]] | ||
Revision as of 08:38, 13 July 2023
- https://docs.aws.amazon.com/AmazonECS/latest/developerguide/using_data_volumes.html
/var/lib/docker/volumes
on the host Amazon EC2 instance.- Bind mounts
.../... volume { name = "service-storage" host_path = "/ecs/service-storage" } .../...
Related
See also
Advertising: