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: docs/deploy-and-configure/installation/scenario-local-installation/index.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ The code examples in this section assumes that you have POSIX-compliant shell (l
16
16
- make - build tools (apt-get install make) installed locally
17
17
- At least 4 CPUs and 12GB of RAM (recommended: 16GB) dedicated to docker
18
18
19
-
## wsl installation and configuration
19
+
## WSL installation and configuration
20
20
21
21
For all you need to start Powershell started as administrator.
22
22
Alternatively you can also install a WSL distribution from Microsoft Store.
@@ -42,7 +42,7 @@ However other Distributions might work as well.
42
42
wsl --install Debian
43
43
```
44
44
45
-
Ensure you use wsl version 2 (this is necessary to use `systemd` services).
45
+
Ensure you use WSL version 2 (this is necessary to use `systemd` services).
46
46
47
47
```shell
48
48
wsl -l -v
@@ -62,7 +62,7 @@ wsl -d Debian
62
62
63
63
Enable `generateHosts = false` in your `/etc/hosts` file to make sure that this file won't be overwritten from the host system on every restart.
64
64
65
-
To be able to use `systemd` services and commands make sure `/etc/wsl.conf` is available with this content (should be the default with wsl v2):
65
+
To be able to use `systemd` services and commands make sure `/etc/wsl.conf` is available with this content (should be the default with WSL v2):
66
66
67
67
```shell
68
68
[boot]
@@ -79,19 +79,19 @@ wsl --shutdown
79
79
80
80
```shell
81
81
[wsl2]
82
-
memory=16GB # restrict ram wsl can use
82
+
memory=16GB # restrict ram WSL can use
83
83
processors=4 # restrict cpu-cores
84
84
swap=8GB # set swap size
85
85
swapFile=C:/Users/<your username>/wsl/Debianswap.vhdx # location to swap-file
86
86
```
87
87
88
-
Alternatively, (with wsl v2) you may use the graphical configuration application _WSL Settings_.
88
+
Alternatively, (with WSL v2) you may use the graphical configuration application _WSL Settings_.
89
89
90
90
## Setup & Check Installation Environment
91
91
92
-
For docker we recommend to use the linux docker within wsl.
92
+
For docker we recommend to use the linux docker within WSL.
93
93
Follow the instruction in [Server Provisioning in Scenario: Single Node Cloud Installation](../scenario-single-node-cloud-installation/index.md#server-provisioning).
94
-
Alternatively, you may use docker for desktop and enable wsl integration in the settings.
94
+
Alternatively, you may use docker for desktop and enable WSL integration in the settings.
95
95
96
96
Open a terminal window, create a directory, copy and extract docker orchestration there.
0 commit comments