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

Method create_container

src/docker/proxy_manager.rs:930–936  ·  view source on GitHub ↗
(
                &self,
                _options: Option<CreateContainerOptions>,
                _config: ContainerCreateBody,
            )

Source from the content-addressed store, hash-verified

928 }
929
930 async fn create_container(
931 &self,
932 _options: Option<CreateContainerOptions>,
933 _config: ContainerCreateBody,
934 ) -> Result<String, String> {
935 Ok("test-id".to_string())
936 }
937
938 async fn start_container(&self, _id: &str) -> Result<(), String> {
939 Ok(())

Callers 2

run_container_innerMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected