Update podman-config-json.md
This commit is contained in:
parent
dd4d74a10a
commit
480db69b4f
|
|
@ -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
|
||||||
|
}
|
||||||
|
```
|
||||||
Loading…
Reference in New Issue