Skip to content
This repository has been archived by the owner on Apr 11, 2023. It is now read-only.

Latest commit

 

History

History
15 lines (10 loc) · 432 Bytes

edv_docker.md

File metadata and controls

15 lines (10 loc) · 432 Bytes

Run the EDV server as a docker container

Build the EDV server

Build the docker image for edv by running the following make target from the project root directory.

make edv-docker

Run the EDV server

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.