summaryrefslogtreecommitdiff
path: root/contrib/remote/containers.conf
blob: 9b0b62c42660ed7c47e6375db238955d9948a4f0 (plain)
1
2
3
4
5
6
7
8
9
10
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 rootful ssh://root@10.10.1.136:22/run/podman/podman.sock
# remote_uri= ""