Skip to content

Commit bb8ab92

Browse files
authored
Apply suggestions from code review
1 parent 9a04913 commit bb8ab92

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ title: Rootless mode
55
weight: 10
66
---
77

8-
Rootless mode allows running the Docker daemon and containers as a non-root
8+
Rootless mode lets you run the Docker daemon and containers as a non-root
99
user to mitigate potential vulnerabilities in the daemon and
1010
the container runtime.
1111

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ title: Tips
55
weight: 20
66
---
77

8-
## Advanced Usage
8+
## Advanced usage
99

1010
### Daemon
1111

@@ -45,7 +45,7 @@ The following environment variables must be set:
4545
{{< /tab >}}
4646
{{< /tabs >}}
4747

48-
Remarks about directory paths:
48+
It's important to note that with directory paths:
4949

5050
- The socket path is set to `$XDG_RUNTIME_DIR/docker.sock` by default.
5151
`$XDG_RUNTIME_DIR` is typically set to `/run/user/$UID`.

0 commit comments

Comments
 (0)