aboutsummaryrefslogtreecommitdiff
path: root/cmd/podman/main_local.go
diff options
context:
space:
mode:
authorbaude <bbaude@redhat.com>2019-08-06 19:06:54 -0500
committerbaude <bbaude@redhat.com>2019-08-08 20:05:08 -0500
commitb31130a79d51ad68e9d332eafd712abf7266e22c (patch)
treea29a15944ededee93b2e958ac1cc0a47485b2a9e /cmd/podman/main_local.go
parent4349f42d66d91fa48cde6aa6ed499eaa41d3e2b5 (diff)
downloadpodman-b31130a79d51ad68e9d332eafd712abf7266e22c.tar.gz
podman-b31130a79d51ad68e9d332eafd712abf7266e22c.tar.bz2
podman-b31130a79d51ad68e9d332eafd712abf7266e22c.zip
enable windows remote client
rework an error path so that users can run the windows remote client. also, create the basedir path for the podman-remote.conf file if it does not exist already. Signed-off-by: baude <bbaude@redhat.com>
Diffstat (limited to 'cmd/podman/main_local.go')
-rw-r--r--cmd/podman/main_local.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd/podman/main_local.go b/cmd/podman/main_local.go
index 0f43e0b88..587c8260f 100644
--- a/cmd/podman/main_local.go
+++ b/cmd/podman/main_local.go
@@ -1,4 +1,5 @@
// +build !remoteclient
+// +build linux
package main