datree icon indicating copy to clipboard operation
datree copied to clipboard

Support offline mode within datree docker image

Open adifayer opened this issue 2 years ago • 1 comments

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

adifayer avatar Jun 28 '22 11:06 adifayer

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

adityassharma-ss avatar Dec 25 '22 11:12 adityassharma-ss