Paul Werner
05/04/2023, 9:56 AMCharith (Cerbos)
--set=storage.driver=disk sets the storage.driver config value. You can repeat --set as many times as you like.
• You can create a config file with placeholders that read their values from the environment by using the syntax ${VARIABLE} and bake that into the container image.Paul Werner
05/04/2023, 11:24 AM