Hello,I have a question when i follow the guides b...
# talk-keto
g
Hello,I have a question when i follow the guides below:https://www.ory.sh/docs/keto/install#docker,I executed the following two commands:docker pull oryd/keto:v0.11.1-alpha.0 docker run --rm -it oryd/keto:v0.11.1-alpha.0 help,but there has no server start, what should i do?thanks
d
Can you share the command and output?
For example this is what I see
Copy code
docker run --rm -it oryd/keto:v0.11.1-alpha.0 help
Unable to find image 'oryd/keto:v0.11.1-alpha.0' locally
v0.11.1-alpha.0: Pulling from oryd/keto
Digest: sha256:c07ed4cdd6d8d26119a59f5fe9eae20abc70d38e8d2713379950476bfeb8f87a
Status: Downloaded newer image for oryd/keto:v0.11.1-alpha.0
Global and consistent permission and authorization server

Usage:
  keto [command]

Available Commands:
  check          Check whether a subject has a relation on an object
  completion     Generate the autocompletion script for the specified shell
  expand         Expand a subject set
  help           Help about any command
  migrate        Commands to migrate the database
  relation-tuple Read and manipulate relationships
  serve          Starts the server and serves the HTTP REST and gRPC APIs
  status         Get the status of the upstream Keto instance
  version        Show the build version, build time, and git hash

Flags:
  -c, --config strings   Config files to load, overwriting in the order specified. (default [/home/ory/keto.yml])
  -h, --help             help for keto

Use "keto [command] --help" for more information about a command.
Also I don't think you should expect the server to start when running the "help" command
First you will need to run
migrate
and then run
serve