how to use spicedb in docker, i ran it
# spicedb
a
how to use spicedb in docker, i ran it successfully in docker, but to upload schema i need to use zed from host machine, is there any way to have complete process inside docker like i am already providing schema.zed file to docker using volumes, but spicedb docker image does not have any shell (/bin folder is empty) so i cannot install zed in it. How you guys are doing it?
v
Hi 👋 you could expose the ports to your local machine with the docker CLI, and use zed in your host machine. Alternative, we provide
debug
images that come with a shell, so you should be able to copy the binary or install into it. https://hub.docker.com/layers/authzed/spicedb/v1.37.1-debug/images/sha256-46b89a57bc3ec3358d4d7621fcba88cc5b42a8f7d0760c8db0fdd2be593a0777?context=explore
19 Views