MCPcopy Create free account
hub / github.com/dtormoen/tsk-tsk / dind

Method dind

src/task_builder.rs:194–197  ·  view source on GitHub ↗

Sets whether Docker-in-Docker support is enabled. When enabled, container security is relaxed to allow nested container builds. Uses `Option ` so `None` defers to config-file defaults.

(mut self, enabled: Option<bool>)

Source from the content-addressed store, hash-verified

192 /// When enabled, container security is relaxed to allow nested container builds.
193 /// Uses `Option<bool>` so `None` defers to config-file defaults.
194 pub fn dind(mut self, enabled: Option<bool>) -> Self {
195 self.dind = enabled;
196 self
197 }
198
199 /// Sets whether the container runs in privileged mode.
200 /// When enabled, the container has full access to host devices.

Callers 3

retry_taskMethod · 0.80
configure_builderMethod · 0.80

Calls

no outgoing calls

Tested by 1