Skip to content

Commit eaaa83a

Browse files
authored
Add containers-pid-namespace compatibility flag (#28818)
This flag was added in cloudflare/workerd#6063 and the compatibility date added in cloudflare/workerd#6264
1 parent e8b6b0c commit eaaa83a

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
_build:
3+
publishResources: false
4+
render: never
5+
list: never
6+
7+
name: "Use an isolated PID namespace for containers"
8+
sort_date: "2026-04-01"
9+
enable_date: "2026-04-01"
10+
enable_flag: "containers_pid_namespace"
11+
disable_flag: "no_containers_pid_namespace"
12+
---
13+
14+
When `containers_pid_namespace` is set, containers will use an isolated PID namespace. The `ENTRYPOINT` of your container will have PID 1.
15+
16+
When unset, the container shares the PID namespace with the virtual machine (VM) containing the container. The `ENTRYPOINT` of your container will _not_ have PID 1 and other processes running on the VM (that are not part of your container) will be visible.

0 commit comments

Comments
 (0)