github.com/containers/podman/v2@v2.2.2-0.20210501105131-c1e07d070c4c/contrib/remote/containers.conf (about) 1 # The containers configuration file specifies all of the available configuration 2 # command-line options/flags for container engine tools like Podman 3 # but in a TOML format that can be easily modified and versioned. 4 5 [engine] 6 7 # Default Remote URI to access the Podman service. 8 # Examples: 9 # remote rootless ssh://engineering.lab.company.com/run/user/1000/podman/podman.sock 10 # remote rootfull ssh://root@10.10.1.136:22/run/podman/podman.sock 11 # remote_uri= ""