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

Method start_container

src/docker/proxy_manager.rs:938–940  ·  view source on GitHub ↗
(&self, _id: &str)

Source from the content-addressed store, hash-verified

936 }
937
938 async fn start_container(&self, _id: &str) -> Result<(), String> {
939 Ok(())
940 }
941
942 async fn wait_container(&self, _id: &str) -> Result<i64, String> {
943 Ok(0)

Callers 2

run_container_innerMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected