From a10da9a99961a2701e521b0bc22cfa7638e695b4 Mon Sep 17 00:00:00 2001 From: Daniel J Walsh Date: Wed, 24 Jun 2020 09:47:24 -0400 Subject: 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 --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') 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)" -- cgit v1.2.3-54-g00ecf