mirror of
https://github.com/containers/podman.git
synced 2025-09-09 19:52:21 +08:00
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>
This commit is contained in:
1
Makefile
1
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)"
|
||||
|
Reference in New Issue
Block a user