Skip to content

Commit 733a1d6

Browse files
committed
fix: revert daemon 0.6 doc change and add space to previous tip
1 parent fd7cad8 commit 733a1d6

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

daemon/0.6/installing.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -93,9 +93,6 @@ systemctl enable docker
9393
```
9494

9595
#### Enabling Swap
96-
::: tip Recent Linux kernel
97-
Since the version 6.1 of the linux kernel, swap is enabled by default. If you are running a kernel version 6.1 or newer, you can skip this step. To check your kernel version, run `uname -r`.
98-
:::
9996
On most systems, docker will be unable to setup swap space, you can check if this is the case by running `docker info`.
10097
If it outputs `WARNING: No swap limit support` near the bottom, this is the case. Enabling swap is completely optional,
10198
but we recommended doing it if you will be hosting for others, and to prevent OOM errors.

wings/1.0/installing.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ sudo systemctl enable --now docker
7878
::: tip Recent Linux kernel
7979
Since the version 6.1 of the linux kernel, swap is enabled by default. If you are running a kernel version 6.1 or newer, you can skip this step. To check your kernel version, run `uname -r`.
8080
:::
81+
8182
On most systems, Docker will be unable to setup swap space by default. You can confirm this by running `docker info` and looking for the output of `WARNING: No swap limit support` near the bottom.
8283

8384
Enabling swap is entirely optional, but we recommended doing it if you will be hosting for others and to prevent OOM errors.

0 commit comments

Comments
 (0)