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

Method remove_container

src/docker/proxy_manager.rs:922–928  ·  view source on GitHub ↗
(
                &self,
                _id: &str,
                _options: Option<RemoveContainerOptions>,
            )

Source from the content-addressed store, hash-verified

920 #[async_trait]
921 impl DockerClient for NoContainerDockerClient {
922 async fn remove_container(
923 &self,
924 _id: &str,
925 _options: Option<RemoveContainerOptions>,
926 ) -> Result<(), String> {
927 Err("No such container: tsk-proxy-abcd1234".to_string())
928 }
929
930 async fn create_container(
931 &self,

Callers 1

stop_proxyMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected