Date
1 - 2 of 2
Deploying Dockerfiles in Cloud Foundry
Nanduni Nimalsiri
Hi all,
Is there any way for pushing Dockerfiles to Cloud Foundry instead of using publicly available Docker images in Docker Hub? Actually my requirement is to run some artifacts[1] in MicroPCF or Diego in BOSH-Lite. The problem seems that these Docker images are not publicly available in Docker Hub. So how can I proceed with this. Please help. [1] https://github.com/wso2/kubernetes-artifacts Best regards, Nanduni |
|
Will Pragnell <wpragnell@...>
Hi Nanduni,
toggle quoted message
Show quoted text
I just replied to your other email. To follow on from that - if you're comfortable deploying CF to BOSH-Lite, it should be easy to run a custom registry locally and add the address of it to the `garden.insecure_docker_registry_list` property [1]. Then your CF deployment should be able to pull docker images from your local registry. Best, Will [1]: https://github.com/cloudfoundry-incubator/garden-linux-release/blob/master/jobs/garden/spec#L89 On 17 February 2016 at 09:51, Nanduni Nimalsiri <nandunibw(a)gmail.com> wrote:
Hi all, |
|