wass
wass copied to clipboard
wrong name in Docker/wass_docker_run.sh
Hi again,
There is a little problem in Docker/wass_docker_run.sh
. The last line reads
docker run -p ...... T -i -t wass
This does not work and produces this error
Unable to find image 'wass:latest' locally
docker: Error response from daemon: pull access denied for wass, repository does not exist or may require 'docker login': denied: requested access to the resource is denied.
See 'docker run --help'.
Solution was trivial, I replaced -t wass
with -t bergamasco/wass
and it worked.
Hi schplurtz,
I got the same error and solved with the same as your method by replace wass
with bergamasco/wass:runall
. However, when I rerun the command, another error occured. Did you ever got similar error? Thanks a lot !
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "wass_runall.py", line 70, in