You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 4, 2022. It is now read-only.
/var/log # cat supervisord.log
2022-01-04 18:20:52,685 INFO Set uid to user 0 succeeded
2022-01-04 18:20:52,688 INFO supervisord started with pid 1
2022-01-04 18:20:53,692 INFO spawned: 'crond' with pid 7
2022-01-04 18:20:53,694 INFO spawned: 'httpd' with pid 8
2022-01-04 18:20:53,697 INFO spawned: 'initialize_htdocs' with pid 9
2022-01-04 18:20:54,780 INFO success: crond entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2022-01-04 18:20:54,780 INFO success: httpd entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2022-01-04 18:20:54,781 INFO success: initialize_htdocs entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2022-01-04 18:21:07,988 INFO exited: initialize_htdocs (exit status 1; not expected)
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I recently opened an issue for the DependencyCheck, and therefore found that I've been facing issues with the nist-data-mirror.
After following the instructions for the Docker container, when I run
curl http://localhost
I see the following:However, on the Docker container itself, I see the following files:
Why would the container not be fully mirroring the files in
/tmp/nvd
? I'd expect to see all these files available when I reach localhost.The text was updated successfully, but these errors were encountered: