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
Copy file name to clipboardExpand all lines: README.md
+14-10Lines changed: 14 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -74,16 +74,20 @@ Other
74
74
-[Download and Install Docker Documentation + Links](https://docs.docker.com/get-started/#download-and-install-docker)
75
75
76
76
#### Windows
77
+
77
78
- Once docker is installed, try running it. If docker-engine starts successfully, you can proceed.
78
79
- If your docker requires you to install WSL, you can easily do so by the following steps:
79
80
- Open powershell with administrator privileges.
80
-
- Type `WSL --install`
81
-
- Restart your computer and try running `WSL` in cmd. If you get no error, then you are all set.
82
-
- If you are asked to enable Windows Virtualisation Platform, or HyperV then:
83
-
- Run `bcdedit /set hypervisorlaunchtype auto` in an admin privilege Powershell and restart your computer.
81
+
- Type `wsl --install`
82
+
- Restart your computer and try running `wsl` in cmd. If you get no error, then you are all set.
83
+
- If you get an error about needing to update the kernel, you can do so by installing [this package](https://wslstorestorage.blob.core.windows.net/wslblob/wsl_update_x64.msi).
84
+
- then run `wsl --set-default-version 2`
85
+
- If you are asked to enable Windows Virtualisation Platform, or HyperV then:
86
+
- Run `bcdedit /set hypervisorlaunchtype auto` in an admin privilege Powershell and restart your computer.
84
87
- Once docker-engine is running successfully, you can close the docker window as it should continue running in the background.
85
88
86
89
#### Linux
90
+
87
91
- If you are running Linux, Docker compose wil not be automatically installed. You will need to install it manually by following [this guide](https://docs.docker.com/compose/install/).
88
92
89
93
### Potential Errors While Running The Docker Container
- Note, for the backend, you may need to start the database container first. To do so, right click on the database container and click `Start Container`.
0 commit comments