aws / apprunner-roadmap

This is the public roadmap for AWS App Runner.
https://aws.amazon.com/apprunner/
Other
292 stars 13 forks source link

Docker able to mount filesystems. #217

Open michael-newsrx opened 7 months ago

michael-newsrx commented 7 months ago

Community Note

Tell us about your request What do you want us to build?

Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered.

Additional context It is currently not possible to mount filesystem inside of apprunner. Attempting to do so results in an error.

According to https://stackoverflow.com/a/42941866/1341731 docker has an option to give permission so that the container can mount filesystems using the docker wrapped mount command.

Please document how to accomplish this with app runner.

This is a show stopper for many projects.