A simple tool that helps testing quests/exams/...
this will take a while to download it if its the first time so wait until you see
listening on http://localhost:3000
docker run --name tester -p 3000:3000 ghcr.io/extbh/01studenttester:latest
and to stop it
docker stop tester
then you can start it anytime with
docker start tester
- Stop and delete container and image
docker stop tester
docker rm tester
docker rmi ghcr.io/extbh/01studenttester:latest
- Run again
docker run --name tester -p 3000:3000 ghcr.io/extbh/01studenttester:latest