Back to Index
Add Them Up
Port: 80:80
Docker Image: joshbeck2024/python_digit_challenge:latest
Run Challenge
Download ScriptCopy and paste this command into your terminal to start the challenge.
docker run -d -it --rm -p 80:80 -p 1337:1337 joshbeck2024/python_digit_challenge:latest Stop & Cleanup
Download ScriptFinished? Run this to stop and remove the container.
docker stop add-them-up && docker rm add-them-up