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

Method inspect_container

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

Source from the content-addressed store, hash-verified

986 }
987
988 async fn inspect_container(&self, _id: &str) -> Result<String, String> {
989 Ok(r#"{"State": {"Running": true}}"#.to_string())
990 }
991
992 async fn attach_container(&self, _id: &str) -> Result<(), String> {
993 Ok(())

Callers 4

resolve_proxy_ipMethod · 0.45
is_proxy_runningMethod · 0.45
wait_for_proxy_healthMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected