diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2020-08-05 02:42:11 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-05 02:42:11 +0200 |
commit | 9a9ad853cb6781460829cb139cecbf9aff37896d (patch) | |
tree | ec853cabe9c5c53b205b8e10ca875fc724a0f821 /contrib | |
parent | 0d81149554df0b27bd8976ffe9910fe39da6f1ef (diff) | |
parent | 3b22faa24b9ba73f77b3257c4fea1315b5cff0d2 (diff) | |
download | podman-9a9ad853cb6781460829cb139cecbf9aff37896d.tar.gz podman-9a9ad853cb6781460829cb139cecbf9aff37896d.tar.bz2 podman-9a9ad853cb6781460829cb139cecbf9aff37896d.zip |
Merge pull request #7226 from ashley-cui/v2.0
v2.0 Backports
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/remote/containers.conf | 11 |
1 files changed, 11 insertions, 0 deletions
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= "" |