mirror of
https://github.com/podman-container-tools/podman.git
synced 2026-08-07 01:15:44 +00:00
This reverts commit cc3790f332.
We can't change rootful to rootfull because `rootful` is written into the machine config. Changing this will break json unmarshalling, which will break existing machines.
[NO NEW TESTS NEEDED]
Signed-off-by: Ashley Cui <acui@redhat.com>
11 lines
459 B
Text
11 lines
459 B
Text
# 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= ""
|