senx / warp10-docker

Apache License 2.0
20 stars 16 forks source link

Have a env var to disable sensition at docker run #109

Closed dweeves closed 1 year ago

dweeves commented 2 years ago

Hi,

This is a long awaited feature for us , since we are currently obliged to kill sensition daemon after warp10 docker launch and this not that easy.

We would like to have some "env var" (like 'WITHOUT_SENSITION" or "SKIP_SENSITION" or "DISABLE_SENSITION" as you prefer) that could be filled with "-e" docker run param , that will not run sensition daemon along warp10 instance.

The reason for this is the "huge" disk space consumed by sensition which we have currently no use in our process.

Giwi commented 2 years ago

Hi, not documented yet, but you can use -e NO_SENSISION=true

stggn commented 1 year ago

The doc has been updated