From 480db69b4f6861b05af70e19fb80971c2b12afef Mon Sep 17 00:00:00 2001 From: bpan Date: Thu, 12 Jun 2025 18:25:29 +0000 Subject: [PATCH] Update podman-config-json.md --- podman-config-json.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/podman-config-json.md b/podman-config-json.md index e69de29..15b6442 100644 --- a/podman-config-json.md +++ b/podman-config-json.md @@ -0,0 +1,18 @@ +# podman machine configuration JSON + The podman machine configuration file located in C:\Users\YOURUSER\.config\containers\podman\machine\wsl as "podman machine name".json. + +```json +{ + "ConfigPath": "C:\\Users\\Bo\\.config\\containers\\podman\\machine\\wsl\\podman-machine-default.json", + "Created": "2023-01-11T11:09:04.9889288-07:00", + "ImageStream": "35", + "ImagePath": "C:\\Users\\Bo\\.local\\share\\containers\\podman\\machine\\wsl\\podman-machine-default_fedora-podman-v36.0.110.tar", + "LastUp": "2024-07-19T22:50:09.1529831-06:00", + "Name": "podman-machine-default", + "Rootful": true, + "IdentityPath": "C:\\Users\\Bo\\.ssh\\podman-machine-default", + "Port": 50335, + "RemoteUsername": "user", + "Version": 2 +} +``` \ No newline at end of file