MCPcopy Create free account
hub / github.com/Metaswitch/floki / add_docker_switch

Method add_docker_switch

src/command.rs:138–141  ·  view source on GitHub ↗
(mut self, switch: S)

Source from the content-addressed store, hash-verified

136 }
137
138 pub fn add_docker_switch<S: AsRef<OsStr>>(mut self, switch: S) -> Self {
139 self.switches.push(switch.as_ref().into());
140 self
141 }
142
143 pub fn set_working_directory<S: AsRef<OsStr>>(self, directory: S) -> Self {
144 let mut cmd = self;

Callers 4

set_working_directoryMethod · 0.80
enable_docker_in_dockerFunction · 0.80
newMethod · 0.80
run_floki_containerFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected