mirror of https://github.com/containers/podman.git
remove contrib/remote/containers.conf
The config file is installed in the remote zip as an example but the content in there is not being updated and no longer really the way to do things. With podman 5.0 we have a proper system connection file and people in general should just use the system connection commands. Signed-off-by: Paul Holzinger <pholzing@redhat.com>
This commit is contained in:
parent
e9aad3d40d
commit
605b1f7386
1
Makefile
1
Makefile
|
|
@ -840,7 +840,6 @@ podman-remote-release-%.zip: test/version/version ## Build podman-remote for %=$
|
|||
$(MAKE) $(GOPLAT) podman-mac-helper;\
|
||||
fi
|
||||
cp -r ./docs/build/remote/$(GOOS) "$(tmpsubdir)/$(releasedir)/docs/"
|
||||
cp ./contrib/remote/containers.conf "$(tmpsubdir)/$(releasedir)/"
|
||||
$(MAKE) $(GOPLAT) $(_dstargs) SELINUXOPT="" install.remote
|
||||
cd "$(tmpsubdir)" && \
|
||||
zip --recurse-paths "$(CURDIR)/$@" "./$(releasedir)"
|
||||
|
|
|
|||
|
|
@ -1,11 +0,0 @@
|
|||
# The container's 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 rootful ssh://root@10.10.1.136:22/run/podman/podman.sock
|
||||
# remote_uri= ""
|
||||
Loading…
Reference in New Issue