You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 5, 2021. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@
22
22
1. Information on how to setup the file can be found [here](https://phpdelusions.net/pdo). The one thing to remember is that you will need to replace host with the IP address of the Docker Container of MySQL.
23
23
1. To get the IP address of the MySQL container, just execute ```docker inspect -f '{{range .NetworkSettings.Networks}}{{.IPAddress}}{{end}}' mysql8``` inside of Terminal while the container is running.
24
24
1. To Stop the Docker Application, go to the directory that your Docker Application resides in, and then type ```docker compose stop```.
25
-
## B. Windows 10 (Insider Build 17063+):
25
+
## B. Windows 10 (Build 1803+):
26
26
1. Navigate to the location of the Docker Desktop binary archives at ```windows/dockerDesktop/```.
27
27
1. Open the text file that contains the password for the archives and copy it.
28
28
1. Go back to the aforementioned folder above and double click, or execute, ```dockerDesktopInstaller_.exe```.
0 commit comments