Understand the Docker folder structure
masterThe Docker setup relies on a specific directory structure to manage inputs and outputs via volumes. Files placed in input/ and output/ are visible on your host machine.
project-root/
└── docker/
├── .gitignore
├── .dockerignore
├── docker-compose.yml
├── Dockerfile
├── entrypoint.sh
├── input/ # Place ROMs and patches here
└── output/ # Patched ROMs will appear here