mirror of
https://github.com/containers/podman.git
synced 2025-05-17 15:18:43 +08:00

* Correct spelling and typos. * Improve language. Co-authored-by: Ed Santiago <santiago@redhat.com> Signed-off-by: Erik Sjölund <erik.sjolund@gmail.com>
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= ""
|