Skip to content

Commit 061ed75

Browse files
committed
engine/security/rootless: fix reviewdog errors
``` Warning: [vale] reported by reviewdog 🐶 [Docker.Avoid] Consider removing 'very'. Raw Output: {"message": "[Docker.Avoid] Consider removing 'very'.", "location": {"path": "content/manuals/engine/security/rootless/_index.md", "range": {"start": {"line": 18, "column": 9}}}, "severity": "WARNING"} reviewdog: found at least one issue with severity greater than or equal to the given level: warning Error: [vale] reported by reviewdog 🐶 [Vale.Terms] Use 'cgroup' instead of 'Cgroup'. Raw Output: {"message": "[Vale.Terms] Use 'cgroup' instead of 'Cgroup'.", "location": {"path": "content/manuals/engine/security/rootless/troubleshoot.md", "range": {"start": {"line": 73, "column": 3}}}, "severity": "ERROR"} ``` Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
1 parent 8e4e838 commit 061ed75

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

content/manuals/engine/security/rootless/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ the Docker daemon, as long as the [prerequisites](#prerequisites) are met.
1515
## How it works
1616

1717
Rootless mode executes the Docker daemon and containers inside a user namespace.
18-
This is very similar to [`userns-remap` mode](../userns-remap.md), except that
18+
This is similar to [`userns-remap` mode](../userns-remap.md), except that
1919
with `userns-remap` mode, the daemon itself is running with root privileges,
2020
whereas in rootless mode, both the daemon and the container are running without
2121
root privileges.

content/manuals/engine/security/rootless/troubleshoot.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ weight: 30
7070
- `fuse-overlayfs` (only if running with kernel 4.18 or later, and `fuse-overlayfs` is installed)
7171
- `btrfs` (only if running with kernel 4.18 or later, or `~/.local/share/docker` is mounted with `user_subvol_rm_allowed` mount option)
7272
- `vfs`
73-
- Cgroup is supported only when running with cgroup v2 and systemd. See [Limiting resources](./tips.md#limiting-resources).
73+
- cgroup is supported only when running with cgroup v2 and systemd. See [Limiting resources](./tips.md#limiting-resources).
7474
- Following features are not supported:
7575
- AppArmor
7676
- Checkpoint

0 commit comments

Comments
 (0)