# Instructions for running BDB using Docker Compose * Install last versions of [Docker](https://docs.docker.com/install/) and [Docker Compose](https://github.com/docker/compose/releases) * Install BDB and all the components ```bash sh bdb-install.sh ``` * Start BDB compose ```bash docker-compose up -d bdb ```