Changes
Page history
Create Preparing A Windows Machine
authored
May 02, 2023
by
Derek Williams
Show whitespace changes
Inline
Side-by-side
Preparing-A-Windows-Machine.md
0 → 100644
View page @
6899a5b8
# 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