-
Notifications
You must be signed in to change notification settings - Fork 2
Description
Hi, are there more instructions somewhere for running these docker images? I've encountered a few issues trying to run the docker image for CVM-H. I tried running scripts/start_cvmh.sh and got the error
docker: Error response from daemon: invalid mount config for type "bind": bind source path does not exist: /Users/jrekoske/Repositories/ucvm_docker/scripts/target. which I fixed by manually creating the target directory.
I then got the error
Unable to find image 'sceccode/ucvm_1210_cvmh:09131731' locally docker: Error response from daemon: pull access denied for sceccode/ucvm_1210_cvmh, repository does not exist or may require 'docker login': denied: requested access to the resource is denied.
It seems like the version on docker hub was changed to sceccode/ucvm_227_cvmh:0710 which does work. Thanks.