enable podman-remote on windows#3031
Conversation
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: baude The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
LGTM |
|
@vrothberg what do i have to do to make the world happy here? |
|
I really don't like moving code around for the vague goal of 'making it compile' with no further logic. We already have a bunch of |
|
☔ The latest upstream changes (presumably #3016) made this pull request unmergeable. Please resolve the merge conflicts. |
utils/utils_supported.go
Outdated
There was a problem hiding this comment.
Drop Darwin, make this utils_linux.go
There was a problem hiding this comment.
@mheon i cannot do that one yet ... it dives deep into oci and runtime.go respectively. How about a TODO and gimmie a pass on this one?
There was a problem hiding this comment.
Alright. I'll request a rename to utils_unix.go still, but I'm good to merge once that happens
build a podman-remote binary for windows that allows users to use the remote client on windows and interact with podman on linux system. Signed-off-by: baude <bbaude@redhat.com>
|
I'm going to regret merging this before my stuff (merge conflicts are gonna hurt), but ah well |
|
it's you or me! today it's you! |
build a podman-remote binary for windows that allows users to use the
remote client on windows and interact with podman on linux system.
Signed-off-by: baude bbaude@redhat.com