Build the docker image for edv
by running the following make target from the project root directory.
make edv-docker
After building the docker image, start the EDV server by running the command:
docker run ghcr.io/trustbloc/edv:latest start [flags]
Details about flags can be found here.