forta-network / forta-node

Scan Node software for the Forta Network
https://forta.org
Other
79 stars 151 forks source link

Suppot network based docker host #574

Open purestakeoskar opened 2 years ago

purestakeoskar commented 2 years ago

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 1 year ago

is there any config file or documentation to adapt the deployment to be used by kubernetes?