Commit 75284be
committed
engine/security/rootless: remove outdated/duplicated info
Setup:
- `dockerd-rootless-setuptool.sh` has been improved to show help when the prerequisites are not satisfied.
Users no longer need to read the **lengthy** "prerequisites" documentation unless they encounter issues.
- The document had duplicated descriptions about dbus, uidmap, and machinectl stuffs in several places.
Graph drivers:
- Rootless OverlayFS has been merged into the upstream since kernel 5.11:
torvalds/linux@459c7c5 .
Ubuntu no longer patches the kernel.
- FUSE-OverlayFS is typically no longer needed on the current supported distros,
except EL 8.
SELinux:
- Remove a workaround for an issue that was already fixed in Docker Engine v20.10.8.
CLI:
- `docker context use rootless` no longer needs to be executed manually,
since Docker v23. (moby/moby PR 43061)
Signed-off-by: Akihiro Suda <[email protected]>1 parent bc4ed83 commit 75284be
File tree
3 files changed
+24
-46
lines changed- content/manuals/engine/security/rootless
3 files changed
+24
-46
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
48 | 51 | | |
49 | 52 | | |
50 | 53 | | |
| |||
73 | 76 | | |
74 | 77 | | |
75 | 78 | | |
76 | | - | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
77 | 83 | | |
| 84 | + | |
78 | 85 | | |
| 86 | + | |
| 87 | + | |
79 | 88 | | |
80 | 89 | | |
81 | 90 | | |
| |||
101 | 110 | | |
102 | 111 | | |
103 | 112 | | |
104 | | - | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
105 | 117 | | |
| 118 | + | |
106 | 119 | | |
| 120 | + | |
| 121 | + | |
107 | 122 | | |
108 | 123 | | |
109 | 124 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
59 | | - | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
60 | 63 | | |
61 | 64 | | |
62 | 65 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | 10 | | |
15 | 11 | | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | 12 | | |
24 | 13 | | |
25 | 14 | | |
| |||
56 | 45 | | |
57 | 46 | | |
58 | 47 | | |
59 | | - | |
60 | | - | |
61 | | - | |
62 | | - | |
63 | | - | |
64 | | - | |
65 | | - | |
66 | | - | |
67 | | - | |
68 | | - | |
69 | | - | |
70 | | - | |
71 | | - | |
72 | | - | |
73 | 48 | | |
74 | | - | |
75 | | - | |
76 | 49 | | |
77 | 50 | | |
78 | 51 | | |
79 | 52 | | |
80 | | - | |
81 | | - | |
82 | | - | |
83 | 53 | | |
84 | 54 | | |
85 | 55 | | |
| |||
96 | 66 | | |
97 | 67 | | |
98 | 68 | | |
99 | | - | |
| 69 | + | |
100 | 70 | | |
101 | 71 | | |
102 | 72 | | |
| |||
197 | 167 | | |
198 | 168 | | |
199 | 169 | | |
200 | | - | |
201 | | - | |
202 | | - | |
203 | | - | |
204 | | - | |
205 | | - | |
206 | | - | |
207 | | - | |
208 | | - | |
209 | | - | |
210 | | - | |
| 170 | + | |
211 | 171 | | |
212 | 172 | | |
213 | 173 | | |
| |||
0 commit comments