Docker Node example: Build and run the container: docker compose up --build Full Docker cleanup: docker stop $(docker ps -q) docker system prune --all --volumes --force