Suppot network based docker host
purestakeoskar opened this issue · 1 comments
purestakeoskar commented
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.
gMonty030 commented
is there any config file or documentation to adapt the deployment to be used by kubernetes?