Skip to content

jyellick/obc-dev-env

Repository files navigation

openchain-dev-env

If you're looking for instructions on how to setup the Openchain development environment, see the obc-docs project.

This is the openchain development environment project which is used for bootstrapping the openchain development environment.

Below is a deployment diagram of the current develpment environment. Note that version numbers may be out of date. Development Environment Deployment Diagram

Storage Backends

You may optionally choose a docker storage backend other than the default.

For a comparison of the assorted storage backends refer to select a storage driver

Presently, the default is set to AUFS, but this may change in the future.

To select a different storage backend (btrfs in this example), simply execute

vagrant destroy
DOCKER_STORAGE_BACKEND=btrfs vagrant up

Currently supported backends are btfs, and aufs, with more to be added in the future.