Skip to content
Snippets Groups Projects

Resolve "Improve documentation how to install docker for Windows-Users"

All threads resolved!
1 file
+ 5
4
Compare changes
  • Side-by-side
  • Inline
+ 5
4
@@ -52,15 +52,16 @@ cd foodsharing
./scripts/start
```
## Windows 10 Pro or higher
## Windows
If you are using Windows 10 Pro or higher go with this link:
Install [Docker for Windows](https://docs.docker.com/docker-for-windows/install/) ([direct link](https://download.docker.com/win/stable/Docker%20for%20Windows%20Installer.exe)) and
[Git for Windows](https://git-scm.com/download/win).
## Windows 10 or lower
If you are using Windows 10 Pro or higher follow this instruction:
Follow this instruction [Docker Toolbox for Windows] (https://docs.docker.com/toolbox/toolbox_install_windows/) and install
[Git for Windows](https://git-scm.com/download/win).
Install [Docker Toolbox for Windows] (https://docs.docker.com/toolbox/toolbox_install_windows/) and [Git for Windows](https://git-scm.com/download/win).
There is a graphical user interface to administrate the repo, which is recommended for Git beginners.
Loading