Include a link to docker

This commit is contained in:
Luke Van Seters 2021-07-22 17:10:04 -04:00
parent 710c011575
commit b563162b7e

View File

@ -1,7 +1,7 @@
# mev-inspect # mev-inspect
## Running locally ## Running locally
Setup Docker Setup [Docker](https://www.docker.com/products/docker-desktop)
Start the services with Docker Compose Start the services with Docker Compose
``` ```
@ -17,6 +17,8 @@ To stop the services
docker compose down docker compose down
``` ```
Check `docker compose help` for more tools available
## Executing scripts ## Executing scripts
To run a command, prefix it with To run a command, prefix it with
``` ```