cloudfoundry-attic / cfdev

A fast and easy local Cloud Foundry experience on native hypervisors, powered by LinuxKit with VPNKit
Apache License 2.0
227 stars 64 forks source link

How to access "dev.cfdev.sh" from another computer running in same network #98

Closed betht1220 closed 5 years ago

betht1220 commented 5 years ago

Due to lack of memory space, I have to run a pipeline on a different machine. This pipeline needs to access "api.dev.cfdev.sh" running in my local laptop.
How do I set up to allow the pipeline to access the API endpoint? Thanks

cf-gitbot commented 5 years ago

We have created an issue in Pivotal Tracker to manage this:

https://www.pivotaltracker.com/story/show/165804371

The labels on this github issue will be updated when the story is started.

aemengo commented 5 years ago

I'm sorry Beth, but this is one use case that we do not support. CF Dev is recommended for local use only and was not built with remote access in mind. We would much rather you consider other options: like a cloud deployment of cf-deployment.

betht1220 commented 5 years ago

thank you @aemengo