Re: How to install things on specfic APP container
Daniel Mikusa
You don't have root access in application containers. You could bundle the
toggle quoted message
Show quoted text
software into a custom build pack. Again, you can't install stuff with root so you have to manually extract the files somewhere writeable by the vcap user and run them from that location. A log of build packs use `/home/vcap/app/vendor`. Docker might be another option at least to more easily install the software. You'd still need a command to run it as the vcap user. I don't think you could run it as a service. Dan
On Thu, May 5, 2016 at 10:00 PM, Stanley Shen <meteorping(a)gmail.com> wrote:
Hello, all |
|