-
Notifications
You must be signed in to change notification settings - Fork 203
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Incorrect podman-connections.json path in Windows #2025
Comments
Looks like missing path separator in |
Please open a PR to fix? |
Luap99
added a commit
to Luap99/common
that referenced
this issue
May 30, 2024
The path no longer included the path seperator between the env and our config dir. The regession was added in commit 6c651df. Fixes containers#2025 Signed-off-by: Paul Holzinger <[email protected]>
Luap99
added a commit
to Luap99/common
that referenced
this issue
May 30, 2024
The path no longer included the path separator between the env and our config dir. The regression was added in commit 6c651df. Fixes containers#2025 Signed-off-by: Paul Holzinger <[email protected]>
Luap99
added a commit
to Luap99/common
that referenced
this issue
May 31, 2024
The path no longer included the path separator between the env and our config dir. The regression was added in commit 6c651df. Fixes containers#2025 Signed-off-by: Paul Holzinger <[email protected]>
hswong3i
pushed a commit
to alvistack/containers-common
that referenced
this issue
Jun 5, 2024
The path no longer included the path separator between the env and our config dir. The regression was added in commit 6c651df. Fixes containers#2025 Signed-off-by: Paul Holzinger <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
After updating podman to v.5.1.0 on windows 10 it can't find saved connecitons in
C:\Users\user\AppData\Roaming\containers\podman-connections.json
, but tries to find them inC:\Users\user\AppData\Roamingcontainers\podman-connections.json
(note theRoamingcontainers
incorrect path)As a workaround I've copied "correct" podman-connections.json to incorrect path, but it is definetly wrong.
The text was updated successfully, but these errors were encountered: