Create Preparing A Windows Machine authored by Derek Williams's avatar Derek Williams
# Docker
1) Install [Docker Desktop for Windows](https://docs.docker.com/desktop/install/windows-install/)
2) Clone the repository and cd into it using PowerShell
3) Run the following command `docker compose -f docker/dev-docker-compose.yml up -d`. This will start and setup the MySQL container
4) You can now Start/Stop the container through Docker Desktop. It is named `frpg_mysql`.
\ No newline at end of file