Back to Index

JS Flag

Port: 9005:80 Docker Image: joshbeck2024/js_flag_1:latest

Run Challenge

Download Script

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

docker run -d --restart unless-stopped -p 9005:80 --name js_flag joshbeck2024/js_flag_1:latest

Stop & Cleanup

Download Script

Finished? Run this to stop and remove the container.

docker stop js_flag && docker rm js_flag