Re: I need to use mysql as the database. How can I deploy mysql in to PCF? How can I find the mysql docker image
Ronak Banka
Hi Ushani,
Containers on cloud foundry are ephemeral, so even if you deploy the mysql
image on PCF dev, the moment container will restart you will loose all data.
If I am not wrong you get a couple of services with pcfdev, you can check
using "cf m" for marketplace, check this
https://docs.cloudfoundry.org/devguide/services/managing-services.html
Thanks
Ronak
ᐧ
On Thu, Sep 14, 2017 at 11:10 AM, Ushani Balasooriya <ushanib(a)gmail.com>
wrote:
Containers on cloud foundry are ephemeral, so even if you deploy the mysql
image on PCF dev, the moment container will restart you will loose all data.
If I am not wrong you get a couple of services with pcfdev, you can check
using "cf m" for marketplace, check this
https://docs.cloudfoundry.org/devguide/services/managing-services.html
Thanks
Ronak
ᐧ
On Thu, Sep 14, 2017 at 11:10 AM, Ushani Balasooriya <ushanib(a)gmail.com>
wrote:
I think I can get the docker image of mysql and push it in to the pcf. How
can I run a mysql script against PCF deployed mysql?