openmainframeproject / software-discovery-tool

Software Discovery Tool
Apache License 2.0
31 stars 40 forks source link

Docker based project isolation #223

Open rachejazz opened 2 months ago

rachejazz commented 2 months ago

Right now ,SDT requires a lot of dependencies to be installed system-wide, create users, create a database that needs root permissions. It will be really great to isolate entire SDT into a docker environment. That way, people do not need to worry about messing up installation steps but focus on fixing bugs right after project is up and running (which docker will take care).