From dd9e636a7a6e7cebd6c46d1da7697aa03eabd1b7 Mon Sep 17 00:00:00 2001 From: Krishna Rajendran Date: Mon, 1 Jul 2024 13:01:42 -0700 Subject: [PATCH] Sync readme --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 29f1b74..909fe11 100644 --- a/README.md +++ b/README.md @@ -13,8 +13,6 @@ the podman rest api over ssh to a unix socket and directl to a unix socket. Conn ssh are commonly necessary on macOs where the container runtime runs in a virtual machine accessible over ssh. -### Connecting via a unix socket on Linux - ```rust use podman_rest_client::PodmanRestClient; use podman_rest_client::guess_configuration;