software-discovery-tool
software-discovery-tool copied to clipboard
WIP docker migration
Issue #223 This is the branch that can be used for further discussions to improve of release process. Currently, this should be able to build entire SDT by docker build Will be adding proper docker build and run commands to run.sh Not yet ready for testing.
Hey @rachejazz I tried building the docker image for sdt and was unable to connect to the localhost. I did not see any errors in the log. It appeared that the container was exiting immediately after starting.
Could we replace RUN apachectl restart with CMD ["/usr/sbin/apache2ctl", "-D", "FOREGROUND"] so that Apache runs continuously?
After trying the latter, I was able to access sdt on localhost.