Back to Index

Numberizer

Port: 9007:80 Docker Image: joshbeck2024/numberizer:latest

Run Challenge

Download Script

Copy and paste this command into your terminal to start the challenge.

docker run -d --name numberizer --restart unless-stopped -p 9007:80 joshbeck2024/numberizer:latest

Stop & Cleanup

Download Script

Finished? Run this to stop and remove the container.

docker stop numberizer && docker rm numberizer