Commit ca5c7db
authored
docs: incorrect port mappings (--publish 80:80) for unprivileged container images (#478)
* chore: add nodejs version to tool versions
Signed-off-by: Elijah Zupancic <e.zupancic@f5.com>
* docs: fix port mapping documentation for unprivileged containers
Resolves #428
Add dedicated section explaining that unprivileged container images
listen on port 8080 internally (not port 80), as they run as non-root
users and cannot bind to privileged ports.
Changes:
- Add "Running Unprivileged Container Images" subsection with correct
port mapping examples (80:8080 or 8080:8080)
- Add note in Kubernetes section about containerPort for unprivileged
images
- Clarify security benefits of unprivileged containers
The standard OSS images continue to use port 80 as they run as root.
Only images tagged with 'unprivileged-oss-*' use port 8080.
---------
Signed-off-by: Elijah Zupancic <e.zupancic@f5.com>1 parent eb46cd7 commit ca5c7db
2 files changed
+22
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
207 | 207 | | |
208 | 208 | | |
209 | 209 | | |
210 | | - | |
| 210 | + | |
211 | 211 | | |
212 | 212 | | |
213 | 213 | | |
| |||
220 | 220 | | |
221 | 221 | | |
222 | 222 | | |
223 | | - | |
| 223 | + | |
224 | 224 | | |
225 | 225 | | |
226 | 226 | | |
| |||
230 | 230 | | |
231 | 231 | | |
232 | 232 | | |
| 233 | + | |
| 234 | + | |
| 235 | + | |
| 236 | + | |
| 237 | + | |
| 238 | + | |
| 239 | + | |
| 240 | + | |
| 241 | + | |
| 242 | + | |
| 243 | + | |
| 244 | + | |
| 245 | + | |
| 246 | + | |
| 247 | + | |
| 248 | + | |
233 | 249 | | |
234 | 250 | | |
235 | 251 | | |
| |||
457 | 473 | | |
458 | 474 | | |
459 | 475 | | |
| 476 | + | |
| 477 | + | |
| 478 | + | |
460 | 479 | | |
461 | 480 | | |
462 | 481 | | |
| |||
0 commit comments