-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Is podman-remote-windows broken? #6558
Comments
@mheon i was to lazy to build a windows exe for 2.0 yet but i can do so if it helps. |
I ran a build from master and i get indeed a very different result now:
Clearly an improvement. But it's still unclear which ssh config directory is used. Connecting to the machine with ssh.exe and the given key works. There is a known_hosts entry for this host in my (windows) .ssh folder. Moreover i do not understand if i should use -r/--remote and --url or if i could use a profile definition in a toml configuration file like it was documented for older versions. Can you clearify? |
@jwhonce PTAL |
A friendly reminder that this issue had no activity for 30 days. |
@ashley-cui PTAL |
this should now be fixed, ive also provided a brief how to |
Is this a BUG REPORT or FEATURE REQUEST? (leave only one on its own line)
/kind bug
Description
I'd like to use podman-remote-windows to interact with podman on my linux boxes. Ultimately i'd like to be able to use/debug/improve vscode integration.
For sure there are not many users on this platform (yet) but the experience for first time users is relatively bad because of terse documentation. I am willing to help testing and to submitting PR's, if appropriate, in order to improve the situation on windows.
Steps to reproduce the issue:
Download zip file for podman-remote-windows from the release page
Unpack zip and try to run the executable
For podman release 1.9.2 i get simply this:
Describe the results you received:
I can not use the remote command at all.
Additional information you deem important (e.g. issue happens only occasionally):
Results when running podman-remote-windows.exe from the zip files and from msi setups are similar.
Output of
podman info --debug
:Same like above, it does not print the info just the same errors.
Additional environment details (AWS, VirtualBox, physical, etc.):
Windows 10.0.18363, running podman-remote-windows.exe in a plain cmd.exe shell.
The text was updated successfully, but these errors were encountered: