BitOps is a Docker image that ensures declarative infrastructure is organized optimally by following an opinionated format - called an Operations Repo.
BitOps simplifies deployment pipelines by providing pre-installed deployment tools and yaml based configuration to describe your infrastructure and the artifacts deployed onto that infrastructure for multiple environments.
For more information about what BitOps is and how it works, check out our tutorial series starting with Introducing BitOps.
docker pull bitovi/bitops
cd $YOUR_OPERATIONS_REPO
docker run bitovi/bitops -v $(pwd):/opt/bitops_deployment