Closed a1ec closed 6 years ago
Interestingly, when I run docker cp on the container:
docker cp 1657bb293af9:./django-DefectDojo/docker/docker-startup.bash /tmp
a valid looking docker-startup.bash file is created.
sha1sum /tmp/docker-startup.bash
f6bfb6371b526e23bcd61d6b4ab4ea4d23058943 /tmp/docker-startup.bash
I removed the leading '.' from line in docker-compose.yml:
command: bash ./django-DefectDojo/docker/docker-startup.bash
to
command: bash /django-DefectDojo/docker/docker-startup.bash
This has resolved the rebooting issue.
Dear Aaron, I've installed docker-compose and attempted to run the instructions at: https://github.com/aaronweaver/docker-DefectDojo
Setup commands seems to execute OK, however on entering docker-compose up command I get:
It seems the issue may be related to missing file docker-stasrtup.bash. Unfortunately, I can't jump into the dojo container as docker reports the container is restarting.
Would you have any comments on how to rectify please?