Google uses AI technology to translate content into your preferred language. AI translations can contain errors.
發布政策
透過集合功能整理內容
你可以依據偏好儲存及分類內容。
啟動政策會覆寫工作負載運算子設定的 VM 中繼資料變數,以限制惡意動作。工作負載作者可以在建構容器映像檔時,使用標籤設定政策。
例如,在 Dockerfile 中:
LABEL "tee.launch_policy.allow_cmd_override"="true"
在 Bazel BUILD 檔案中:
container_image(
...
labels={"tee.launch_policy.allow_cmd_override":"true"}
...
)
下表列出可用的啟動政策:
| 政策 |
類型 |
說明 |
|
tee.launch_policy.allow_capabilities
互動對象:
|
布林值 (預設值為 false) |
決定工作負載運算子是否能將其他 Linux 功能新增至工作負載容器。
|
|
tee.launch_policy.allow_cgroups
互動對象:
- 工作負載運算子:
tee-cgroup-ns
中繼資料變數。
|
布林值 (預設值為 false) |
決定是否允許工作負載容器在 /sys/fs/cgroup 包含命名空間 cgroup 掛接點。
|
|
tee.launch_policy.allow_cmd_override
互動對象:
- 工作負載運算子:
tee-cmd
中繼資料變數。
- 資料協作者:
container.cmd_override
聲明。
|
布林值 (預設值為 false) |
判斷工作負載容器的 Dockerfile 中指定的
CMD 是否可由工作負載運算子以
tee-cmd 中繼資料值覆寫。 |
|
tee.launch_policy.allow_env_override
互動對象:
|
以半形逗號分隔的字串 |
以半形逗號分隔的允許環境變數名稱字串,工作負載運算子可使用
tee-env-ENVIRONMENT_VARIABLE_NAME
中繼資料值設定這些變數。 |
|
tee.launch_policy.allow_mount_destinations
互動對象:
- 工作負載運算子:
tee-mount
中繼資料變數。
|
以半形冒號分隔的字串 |
以半形冒號分隔的字串,列出工作負載運算子可使用 tee-mount 掛接的目錄。
例如:/run/tmp:/var/tmp:/tmp
|
|
tee.launch_policy.log_redirect
互動對象:
|
定義的字串 |
如果工作負載運算子將
tee-container-log-redirect
設為 true,則決定記錄作業的運作方式。
有效值如下:
-
debugonly (預設):使用偵錯圖片時,只允許 stdout 和 stderr 重新導向。
-
always:一律允許 stdout 和 stderr 重新導向。
-
never:一律不允許 stdout 和 stderr 重新導向。
|
|
tee.launch_policy.monitoring_memory_allow
互動對象:
|
定義的字串 |
如果工作負載運算子將
tee-monitoring-memory-enable
設為 true,系統會根據這個值判斷工作負載記憶體用量監控機制。
有效值如下:
-
debugonly (預設):僅在使用偵錯映像檔時,才允許監控記憶體用量。
-
always:一律允許監控記憶體用量。
-
never:一律不允許監控記憶體用量。
|
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2026-05-14 (世界標準時間)。
[[["容易理解","easyToUnderstand","thumb-up"],["確實解決了我的問題","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["難以理解","hardToUnderstand","thumb-down"],["資訊或程式碼範例有誤","incorrectInformationOrSampleCode","thumb-down"],["缺少我需要的資訊/範例","missingTheInformationSamplesINeed","thumb-down"],["翻譯問題","translationIssue","thumb-down"],["其他","otherDown","thumb-down"]],["上次更新時間:2026-05-14 (世界標準時間)。"],[],[]]