nttin2002
08/25/2023, 4:37 AMfile not found error
with both bash and sh. Can anyone give me a hint?vroldanbet
08/25/2023, 8:41 AMdocker run -ti --entrypoint=/bin/sh authzed/spicedb:latest
docker: 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: exec: "/bin/sh": stat /bin/sh: no such file or directory: unknown.
ERRO[0000] error waiting for container:
for this we publish the debug
image that comes with busybox:
docker run -ti --entrypoint=/bin/sh authzed/spicedb:latest-debug
/ $