github.com/hanks177/podman/v4@v4.1.3-0.20220613032544-16d90015bc83/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 rootful ssh://root@10.10.1.136:22/run/podman/podman.sock
    11  # remote_uri= ""