dalai
dalai copied to clipboard
Installation instructions don't work: no configuration file provided: not found
I'm new to Docker, I installed it according to the instructions from the official website. But the following error is returned. I probably should have done something else. Google didn't tell me what exactly
Same here.
I followed the instructions on hub.docker.com and downloaded the image with docker pull metrafonic/dalai
. When I ran the image with docker run metrafonic/dalai -d -p 3000:3000
, I got the following error:
WARNING: The requested image's platform (linux/arm64/v8) does not match the detected host platform (linux/amd64) and no specific platform was requested docker: Error response from daemon: failed to create shim task: OCI runtime create failed: runc create failed: unable to start container process: exec: "-d": executable file not found in $PATH: unknown.
The Docker instructions really needs an update.