Re: How to install things on specfic APP container
Scott Frederick <scottyfred@...>
Using the app container’s file system like this is generally discouraged.
toggle quoted message
Show quoted text
See the Cloud Foundry docs <http://docs.cloudfoundry.org/devguide/deploy-apps/prepare-to-deploy.html#filesystem> for an explanation. If your web app is storing uploaded attachments on the container’s file system, you will lose the files if the app crashes or the container needs to be recycled for any reason. If you follow the advice in the docs and store the uploaded files in storage outside of the container then you can periodically scan that external data store. On Fri, May 6, 2016 at 4:14 PM, Danny Rosen <danny.rosen(a)gmail.com> wrote:
Stanley, |
|