pub async fn execute<C>( query: &Query, docker: Arc<C>, ) -> Result<ExecutionResult, ExecutorError>where C: DockerClient + Send + Sync + 'static,