Currently Forta requires docker in order to work. It also uses the unix:///var/run/docker.sock to communicate with the containers.
It would be great if you could use a tcp based docker endpoint instead of a socket. This would make it much easier to deploy the application say in kubernetes, or utilizing an already deployed docker host.