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 --- contrib/remote/containers.conf | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 contrib/remote/containers.conf (limited to 'contrib/remote') diff --git a/contrib/remote/containers.conf b/contrib/remote/containers.conf new file mode 100644 index 000000000..45f58171a --- /dev/null +++ b/contrib/remote/containers.conf @@ -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= "" -- cgit v1.2.3-54-g00ecf