The goal is to play mario https://www.smbgames.be/super-mario-bros.php
cd docker
sh run.sh
cd docker
sh stop.sh
docker ps
docker stop <id>
Remove all unused containers, networks, images (both dangling and unreferenced), and optionally, volumes.
docker system prune -a