Back to Index
Git Challenge
Port: 9030:80
Docker Image: joshbeck2024/git-challenge
Run Challenge
Download ScriptCopy and paste this command into your terminal to start the challenge.
docker run -d --name git-challenge -p 9030:80 --restart always joshbeck2024/git-challenge Stop & Cleanup
Download ScriptFinished? Run this to stop and remove the container.
docker stop git-challenge && docker rm git-challenge