TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

2017 and still no clean way to create a Docker volume backed by AWS EBS volumes

4 pointsby neopanzabout 8 years ago
I&#x27;m aware of joeduffy&#x2F;blocker, rancher&#x2F;convoy and Docker&#x27;s own &#x27;proof-of-concept&#x27;.<p>blocker requires Upstart, convoy is not even integrated with RancherOS, docker&#x27;s POC is... a proof-of-concept.<p>I&#x27;ve tried all three, they all require tinkering to some extent.<p>Come on Docker, can&#x27;t you provide us with one clean way to do this?<p>I&#x27;m sick and tired of experimenting with software, all I want is freaking volume and get back to solving my business problem.

4 comments

ddebroyabout 8 years ago
Docker has launched a beta version of a volume plugin called CloudStor: <a href="https:&#x2F;&#x2F;docs.docker.com&#x2F;docker-for-aws&#x2F;persistent-data-volumes&#x2F;" rel="nofollow">https:&#x2F;&#x2F;docs.docker.com&#x2F;docker-for-aws&#x2F;persistent-data-volum...</a><p>It currently supports EFS (in those regions where AWS supports EFS) and should be easy to use when deploying a swarm using Docker4AWS (<a href="https:&#x2F;&#x2F;docs.docker.com&#x2F;docker-for-aws&#x2F;" rel="nofollow">https:&#x2F;&#x2F;docs.docker.com&#x2F;docker-for-aws&#x2F;</a>). EBS support is coming in the near future.<p>Disclaimer: I work for Docker
jienhuaabout 8 years ago
REX-Ray offers EBS data volume for Docker: <a href="https:&#x2F;&#x2F;rexray.readthedocs.io&#x2F;en&#x2F;stable" rel="nofollow">https:&#x2F;&#x2F;rexray.readthedocs.io&#x2F;en&#x2F;stable</a><p>FittedCloud offers an EBS Optimizer under the same framework: <a href="http:&#x2F;&#x2F;www.fittedcloud.com&#x2F;blog&#x2F;fittedcloud-aws-ebs-optimizer-for-docker-containers&#x2F;" rel="nofollow">http:&#x2F;&#x2F;www.fittedcloud.com&#x2F;blog&#x2F;fittedcloud-aws-ebs-optimize...</a>
itamarstabout 8 years ago
Flocker does this: <a href="http:&#x2F;&#x2F;flocker.readthedocs.io&#x2F;en&#x2F;latest&#x2F;docker-integration&#x2F;cloudformation.html" rel="nofollow">http:&#x2F;&#x2F;flocker.readthedocs.io&#x2F;en&#x2F;latest&#x2F;docker-integration&#x2F;c...</a>
评论 #13841430 未加载
hijinksabout 8 years ago
i know its not much help but kubernetes does it by mounting on the host then volume mounting into the container.