Hi,
I’ve tried the latest Docker version at https://hub.docker.com/r/sovrinfoundation/sovrin/, which runs ok, but is missing the sample files, which the Getting started guide refers to.
I tried to build a new Docker image from the Github master branch, and it built & ran fine. However, going to the sovrin cli, I received errors:
root@2661ae646ccd:/# sovrin
Traceback (most recent call last):
File "/usr/local/bin/sovrin", line 30, in <module>
from sovrin.common.util import getConfig
File "/usr/local/lib/python3.5/dist-packages/sovrin/__init__.py", line 2, in <module>
from plenum.common.util import check_deps
ImportError: cannot import name 'check_deps'
So, there’s probably non-documented magic happening still for the Docker build to work from latest codebase, eh?