summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDaniel J Walsh <dwalsh@redhat.com>2020-06-24 09:47:24 -0400
committerDaniel J Walsh <dwalsh@redhat.com>2020-06-24 12:58:44 -0400
commita10da9a99961a2701e521b0bc22cfa7638e695b4 (patch)
tree5b92c71c3329492f3d5d5624e1205c627cc14d75 /Makefile
parent988fd27541dfa852ee9543c2d8a916896ef0c774 (diff)
downloadpodman-a10da9a99961a2701e521b0bc22cfa7638e695b4.tar.gz
podman-a10da9a99961a2701e521b0bc22cfa7638e695b4.tar.bz2
podman-a10da9a99961a2701e521b0bc22cfa7638e695b4.zip
Add containers.conf default file for windows and MAC Installs
We want to add this configuration file so that users can descover how to configure the permanent connection to a remote podman instance. Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 55b42c431..5c813dac5 100644
--- a/Makefile
+++ b/Makefile
@@ -478,6 +478,7 @@ podman-remote-release-%.zip:
cp release.txt "$(TMPDIR)/"
cp ./bin/podman-remote-$*$(BINSFX) "$(TMPDIR)/$(SUBDIR)/podman$(BINSFX)"
cp -r ./docs/build/remote/$* "$(TMPDIR)/$(SUBDIR)/docs/"
+ cp ./contrib/remote/containers.conf "$(TMPDIR)/$(SUBDIR)/"
cd "$(TMPDIR)/$(SUBDIR)" && \
zip --recurse-paths "$(CURDIR)/$@" "./release.txt" "./"
-rm -rf "$(TMPDIR)"