Files
Okupa_mi_coche_-_App_Service/docker/README.md

400 B

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
  1. First run: docker-compose up

Run

docker start okupamicoche-synapse

Inspect container

docker exec -t -i okupamicoche-synapse /bin/bash