mirror of https://github.com/containers/podman.git
12 lines
460 B
Plaintext
12 lines
460 B
Plaintext
# 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= ""
|