# Okupa mi coche - Docker containers for the backend Guide for setting up a local development environment for the backend. ## Setup 1. Install Docker in local machine 2. Add following line to /etc/hosts ``` 127.0.0.1 okupamicoche-synapse ``` 3. First run: `docker-compose up` ## Run `docker start okupamicoche-synapse` ## Inspect container `docker exec -t -i okupamicoche-synapse /bin/bash`