docker-compose build
docker-compose up seedmelab
Once the container boots up, the Drupal site will be accessible on http://localhost:8080.
This will bootstrap drupal with the mysql db, etc.
docker-compose exec seedmelab bash /scripts/install/setup.sh
docker-compose down
docker-compose down -v
TODO