Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support volume mounting in containers #23

Open
jasonmccallister opened this issue Apr 2, 2020 · 2 comments
Open

Support volume mounting in containers #23

jasonmccallister opened this issue Apr 2, 2020 · 2 comments
Labels
enhancement New feature or request

Comments

@jasonmccallister
Copy link

jasonmccallister commented Apr 2, 2020

There are some use cases where some assets that are generated in one container need to be shared and mounted with a proxy container. In my specific use case, these are temporary files that can be generate upon load as it supports the backend UI.

In this scenario, since Fargate does not support persistent volumes, it would make sense to allow ephemeral volume mounts on service. More documentation here: https://docs.aws.amazon.com/AmazonECS/latest/developerguide/fargate-task-storage.html

Is this something you would be interested in supporting/allowing?

@michaelwittig
Copy link
Contributor

Hi @jasonmccallister

is this what you are looking for? A way to share an ephemeral Docker volume between the containers launched of a task with a maximum capacity of 4 GB?

@jasonmccallister
Copy link
Author

Yes, that is exactly right.

@michaelwittig michaelwittig added the enhancement New feature or request label Apr 20, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants