https://authzed.com logo
Title
d

Dmitrii

11/03/2022, 5:57 PM
Hi! I'm trying investigate an issue with SpiceDb being ran with docker-compose and I cannot exec shell on the SpiceDb container, apparently it doesn't have /bin/bash nor /bin/sh. So what is this image built on and what should I exec in order to attach to that running container?
Search by messages on this chat gave me an idea that I just cannot do such things.
j

Joey

11/03/2022, 6:26 PM
its built on a scratch image without any unnecessary stuff
if you want to shell in, you the
-debug
tags