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: web/docs/docker.md
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -36,15 +36,16 @@ In our texts we will use `docker-compose`. Depending on your installation you ma
36
36
to replace the hyphen (`-`) with a space. But you can always install the original
37
37
compose (`docker-compose`) via `pip install docker-compose`.
38
38
39
-
For many platforms a product called `Docker Desktop` is available, which includes `Docker Compose`:
39
+
For many platforms a product called [Docker Desktop](https://docs.docker.com/desktop) is available, which includes the main Docker components:
40
40
41
41
* Windows [installation](https://docs.Docker.com/desktop/install/windows-install)
42
42
* Mac [installation](https://docs.Docker.com/desktop/install/mac-install)
43
43
* Linux [installation](https://docs.Docker.com/desktop/install/linux-install)
44
44
45
45
Some notes:
46
46
47
-
* On Windows we recommend using the [Windows Subsystem for Linux v2](https://docs.microsoft.com/en-us/windows/wsl) (WSL2) as it also provides a powerful (Bash) command line and has optimal integration with Docker
47
+
* On Windows we recommend using the [Windows Subsystem for Linux](https://docs.microsoft.com/en-us/windows/wsl) (WSL) as it also provides a powerful (Bash) command line and has optimal integration with Docker. Before installing Docker Desktop, install WSL by opening Microsoft PowerShell (run as administrator) and running `wsl --install`
48
+
***installing WSL requires administrator privileges on your system**
48
49
* On Mac, if you are using [Homebrew](https://brew.sh), consider (as the author has) using the [brew Docker formula](https://formulae.brew.sh/formula/Docker)
49
50
* On Linux, you can choose the relevant installer for your platform. You can also use Virtualbox with a Ubuntu Image or use a cloud VM
50
51
* Docker desktop includes a graphical user interface with some interesting options. You can see logs and information about running containers, open their service in a browser or even open a terminal inside the container
0 commit comments