Skip to content

kyung-lee-official/cerbos-quickstart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

Install from Docker Hub

sudo docker run --name cerbos-quickstart -d -v /home/kyung/Projects/cerbos-quickstart:/policies -p 3592:3592 ghcr.io/cerbos/cerbos:0.40.0

or use $(pwd) to mount the current directory:

sudo docker run --name cerbos-quickstart -d -v $(pwd):/policies -p 3592:3592 ghcr.io/cerbos/cerbos:0.40.0

By default, the container is configured to listen on ports 3592 (HTTP) and 3593 (gRPC) and watch for policy files on the volume mounted at /policies. You can override these by creating a new configuration file.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published