-
Create your own
docker.env
file based ondocker.env.example
. -
If you do not have your witness
salt
, generate your ownsalt
usingkli salt
-
Replace your witness
salt
on this line indocker.env
fileSALT=0ADtpa3nrPUwBTyrJRFs62mC # you should replace this with your own salt
-
(Optional) You can change the IP address endpoint of your KERI witness in the
docker.env
file. This IP address is the one in thewitness-config.json
file which will be used in thekli init
step. -
(Optional) You can rename your witness by changing the
WITNESS_NAME
in thedocker.env
file 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>