Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 627 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 627 Bytes

Objective

  • Install BOSS OSS
  • Deploy Concourse Cluster

IaaS

  • GCP
  • vSphere (next)

Working with GCP

Docker

Docker with all install tools can be spun up with volume so you can maintain state.json and other files you would be interested int.

docker run -v $(pwd):/root/bosh -it cxhercules/bosh-cli-env bash
  • Where pwd is your bosh-oss git repo root directory.