-
Create your own
docker.envfile based ondocker.env.example. -
If you do not have your witness
salt, generate your ownsaltusingkli salt
-
Replace your witness
salton this line indocker.envfileSALT=0ADtpa3nrPUwBTyrJRFs62mC # you should replace this with your own salt -
(Optional) You can change the IP address endpoint of your KERI witness in the
docker.envfile. This IP address is the one in thewitness-config.jsonfile which will be used in thekli initstep. -
(Optional) You can rename your witness by changing the
WITNESS_NAMEin thedocker.envfile as well
docker build -t <your KERI witness image name> .docker run -d --env-file docker.env -p 5631:5631 -p 5632:5632 <your KERI image name>