Date
1 - 4 of 4
I need to use mysql as the database. How can I deploy mysql in to PCF? How can I find the mysql docker image
Ushani Balasooriya
Hi Ronak,
I found this. It seems like I dont need to install the mysql seperately as I can use which I find in market place. I created a service. Thanks, |
|
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: I think I can get the docker image of mysql and push it in to the pcf. How |
|
Ushani Balasooriya
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?
|
|
Ushani Balasooriya
How can I deploy mysql in to PCF? How can I find the mysql docker image. How can I know the available docker images in pcfdev environment by default. such as tomcat, mysql. eureka, etc
|
|