Skip to content

Commit 21648d5

Browse files
author
Sebastian Plott
committed
Changed the wsl to WSL writing outside the shell code.
1 parent 237d9f1 commit 21648d5

File tree

1 file changed

+7
-7
lines changed
  • docs/deploy-and-configure/installation/scenario-local-installation

1 file changed

+7
-7
lines changed

docs/deploy-and-configure/installation/scenario-local-installation/index.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ The code examples in this section assumes that you have POSIX-compliant shell (l
1616
- make - build tools (apt-get install make) installed locally
1717
- At least 4 CPUs and 12GB of RAM (recommended: 16GB) dedicated to docker
1818

19-
## wsl installation and configuration
19+
## WSL installation and configuration
2020

2121
For all you need to start Powershell started as administrator.
2222
Alternatively you can also install a WSL distribution from Microsoft Store.
@@ -42,7 +42,7 @@ However other Distributions might work as well.
4242
wsl --install Debian
4343
```
4444

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).
4646

4747
```shell
4848
wsl -l -v
@@ -62,7 +62,7 @@ wsl -d Debian
6262

6363
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.
6464

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):
6666

6767
```shell
6868
[boot]
@@ -79,19 +79,19 @@ wsl --shutdown
7979

8080
```shell
8181
[wsl2]
82-
memory=16GB # restrict ram wsl can use
82+
memory=16GB # restrict ram WSL can use
8383
processors=4 # restrict cpu-cores
8484
swap=8GB # set swap size
8585
swapFile=C:/Users/<your username>/wsl/Debianswap.vhdx # location to swap-file
8686
```
8787

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_.
8989

9090
## Setup & Check Installation Environment
9191

92-
For docker we recommend to use the linux docker within wsl.
92+
For docker we recommend to use the linux docker within WSL.
9393
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.
9595

9696
Open a terminal window, create a directory, copy and extract docker orchestration there.
9797

0 commit comments

Comments
 (0)