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

Method disconnect_container_from_network

src/docker/proxy_manager.rs:1017–1023  ·  view source on GitHub ↗
(
                &self,
                _container: &str,
                _network: &str,
            )

Source from the content-addressed store, hash-verified

1015 }
1016
1017 async fn disconnect_container_from_network(
1018 &self,
1019 _container: &str,
1020 _network: &str,
1021 ) -> Result<(), String> {
1022 Ok(())
1023 }
1024
1025 async fn remove_network(&self, _name: &str) -> Result<(), String> {
1026 Ok(())

Callers 1

cleanup_agent_networkMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected