blacklanternsecurity/writehat

Unit Failed

cybertuxh4xor opened this issue · 6 comments

image
This is the step where it fails

so at this point I locate /usr/bin/docker and /usr/bin/docker-compose and copied them over to /usr/local/bin and chmod +x. but still no writehat

To anyone encountering this issue, it's worth noting that the writehat.service method isn't necessary if you run docker-compose up with -d. After that, as long as docker itself is set to start automatically, WriteHat will start along with docker. (due to the restart directive in WriteHat's docker-compose.yml)