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
While following the docker compose guide, I got the following error:
Error response from daemon: failed to create task for container: failed to create shim task: OCI runtime create failed: runc create failed: unable to start container process: error during container init: exec: "/nsqd --data-path=/data": stat /nsqd --data-path=/data: no such file or directory: unknown
Here is the deployment for the apipark-nsq service:
@Dot-Liu Thank you, the problem is gone, but I cannot deploy APIPark yet. All the services are running and well configured, but I cannot access the APIPark from the specified port.
My recommendation is to improve the deployment page, it lacks context and description for the different steps.
Current State
While following the docker compose guide, I got the following error:
Error response from daemon: failed to create task for container: failed to create shim task: OCI runtime create failed: runc create failed: unable to start container process: error during container init: exec: "/nsqd --data-path=/data": stat /nsqd --data-path=/data: no such file or directory: unknown
Here is the deployment for the
apipark-nsq
service:Desired State
Fix the error
The text was updated successfully, but these errors were encountered: