summaryrefslogtreecommitdiff
path: root/contrib/remote/containers.conf
blob: 70710be04b68008260d488093c50155bc1a65a8e (plain)
1
2
3
4
5
6
7
8
9
10
11
# 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= ""