Reputation: 13645
Probably I am completely off in my assumptions but I am pretty new to both Docker and Aws and we have two applications which are Dockerized containers working under the same docker-compose network bridge
.
Now, We have been looking for a way that these two containers can share some files. Since we are on the cloud, one suggestion was Amazon s3 Bucket. Which is great. But My questions is that since we are on Docker envionment does it not make more sense to share those files in a Docker Volume? I thought that's exactly what Docker Volume is. A mounted virtual place where files can be shared. At least that is my shallow and simplistic understanding after reading about Docker Volumes
So I do have some questions
AWS s3 bucket
and Docker volumes
provide similar functionality like comparing apples to apples?Docker Volume
qualify to be called an object store?Docker Volume
as replacement of AWS s3?Upvotes: 1
Views: 3288
Reputation: 6079
Upvotes: 3