mirror of
https://github.com/containers/podman.git
synced 2025-06-19 16:33:24 +08:00
Merge pull request #6748 from rhatdan/windows
Add containers.conf default file for windows and MAC Installs
This commit is contained in:
1
Makefile
1
Makefile
@ -478,6 +478,7 @@ podman-remote-release-%.zip:
|
|||||||
cp release.txt "$(TMPDIR)/"
|
cp release.txt "$(TMPDIR)/"
|
||||||
cp ./bin/podman-remote-$*$(BINSFX) "$(TMPDIR)/$(SUBDIR)/podman$(BINSFX)"
|
cp ./bin/podman-remote-$*$(BINSFX) "$(TMPDIR)/$(SUBDIR)/podman$(BINSFX)"
|
||||||
cp -r ./docs/build/remote/$* "$(TMPDIR)/$(SUBDIR)/docs/"
|
cp -r ./docs/build/remote/$* "$(TMPDIR)/$(SUBDIR)/docs/"
|
||||||
|
cp ./contrib/remote/containers.conf "$(TMPDIR)/$(SUBDIR)/"
|
||||||
cd "$(TMPDIR)/$(SUBDIR)" && \
|
cd "$(TMPDIR)/$(SUBDIR)" && \
|
||||||
zip --recurse-paths "$(CURDIR)/$@" "./release.txt" "./"
|
zip --recurse-paths "$(CURDIR)/$@" "./release.txt" "./"
|
||||||
-rm -rf "$(TMPDIR)"
|
-rm -rf "$(TMPDIR)"
|
||||||
|
11
contrib/remote/containers.conf
Normal file
11
contrib/remote/containers.conf
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
# The containers configuration file specifies all of the available configuration
|
||||||
|
# command-line options/flags for container engine tools like Podman
|
||||||
|
# but in a TOML format that can be easily modified and versioned.
|
||||||
|
|
||||||
|
[engine]
|
||||||
|
|
||||||
|
# Default Remote URI to access the Podman service.
|
||||||
|
# Examples:
|
||||||
|
# remote rootless ssh://engineering.lab.company.com/run/user/1000/podman/podman.sock
|
||||||
|
# remote rootfull ssh://root@10.10.1.136:22/run/podman/podman.sock
|
||||||
|
# remote_uri= ""
|
Reference in New Issue
Block a user