You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 17, 2021. It is now read-only.
docker run -v dashd-data:/dash --rm $DASH_IMAGE dash_init
I am receiving this error
docker: Error response from daemon: OCI runtime create failed: container_linux.go:367: starting container process caused: exec: "dash_init": executable file not found in $PATH: unknown.
ERRO[0000] error waiting for container: context canceled
The file dash_init is definitely on the host:
wal@ubuntu:~$ ls -l dash_init
-rwxrwxr-x 1 wal wal 621 May 20 14:23 dash_init
wal@ubuntu:~$