doc: moved docker instructions to main README

This commit is contained in:
2022-04-17 15:47:13 +02:00
parent 11122d350e
commit 6650603814
5 changed files with 22 additions and 19 deletions

View File

@@ -1,16 +0,0 @@
# 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`