Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialJ. MORENO
12,550 PointsCrash After First Vulnerability Demonstration - DOCKER : MAC
Not really a question but more of something that helped me when I briefly crashed the app after attempting the first exploit.
One of the errors I noticed was:
Detected unclean shutdown
Attempting to restart the project in Docker a few times did not help so I did a little research and found the following commands to run:
CTRL-C (if still in partially running project)
THEN...
docker-compose rm -v docker-compose up
This got the job done for me so that I could continue the course but I am sure there are other ways.