Commit fb0801e
committed
driver/docker-container: remove conditional UsernsMode=host for userns
This special handling was added in 5f8600f,
to work around an issue in the daemon. That issue was fixed in [moby@a826ca3],
which was backported to docker v20.10.13 in [moby@660b996].
Given that docker 20.10 reached EOL, and any currently supported version
of docker would have the fix from [moby@a826ca3], we can remove this special
handling.
[moby@a826ca3]: moby/moby@a826ca3
[moby@660b996]: moby/moby@660b996
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>1 parent e540b7a commit fb0801e
1 file changed
+0
-12
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
28 | 27 | | |
29 | 28 | | |
30 | 29 | | |
| |||
194 | 193 | | |
195 | 194 | | |
196 | 195 | | |
197 | | - | |
198 | | - | |
199 | | - | |
200 | | - | |
201 | | - | |
202 | | - | |
203 | | - | |
204 | | - | |
205 | | - | |
206 | | - | |
207 | | - | |
208 | 196 | | |
209 | 197 | | |
210 | 198 | | |
| |||
0 commit comments