You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
on my mac I use a cute docker container with an image that has all needful tools installed, like ruby, python, go, ... OS-cli, AWS-cli, BOSH-cli, CF-cli ... you name it. The idea is NOT to install bosh-cli and all other tools on the mac but use the bosh-cli which comes with all other tools in the docker container. That works perfectly for working with all our 'real' bosh instances, iaas, CF ...
How can I achieve that setting up bosh-lite via bosh create-env .. from inside my toolbox docker container creates and uses a bosh-lite vm in the virtualbox which runs on the same host like docker .. my mac.
Hi,
on my mac I use a cute docker container with an image that has all needful tools installed, like ruby, python, go, ... OS-cli, AWS-cli, BOSH-cli, CF-cli ... you name it. The idea is NOT to install bosh-cli and all other tools on the mac but use the bosh-cli which comes with all other tools in the docker container. That works perfectly for working with all our 'real' bosh instances, iaas, CF ...
How can I achieve that setting up bosh-lite via
bosh create-env ..from inside my toolbox docker container creates and uses a bosh-lite vm in the virtualbox which runs on the same host like docker .. my mac.Did anybody try that so far?
Any plans to have bosh-lite for docker? Just saw https://hub.docker.com/r/bosh/bosh-lite/tags/ but that looks deprecated.
Many thanks, Stephan