datreeio / datree

Prevent Kubernetes misconfigurations from reaching production (again 😤 )! From code to cloud, Datree provides an E2E policy enforcement solution to run automatic checks for rule violations. See our docs: https://hub.datree.io
https://datree.io
Apache License 2.0
6.39k stars 361 forks source link

Support offline mode within datree docker image #700

Open adifayer opened 2 years ago

adifayer commented 2 years ago

Describe the solution you'd like Provide a solution for running datree in offline mode within Datree's docker image

adityassharma-ss commented 1 year ago

I think to run it in offline mode you can first pull the datree docker image locally using docker pull datreeio/datree & then create a new container specifying the --offline flag i.e., docker run -it --offline datreeio/datree