colin-nolan/python-shinobi-client

Shinobi system tear-down fails to delete all temp files

colin-nolan opened this issue · 1 comments

A Shinobi installation running in Docker writes db files as root in mounted locations.

The shinobi controller fails to remove these files if it is not running as root.

One solution would be to remove these files as root inside another container.

Fixed by f84922f.