diff options
| author | Mark Brown <broonie@kernel.org> | 2026-07-27 14:04:54 +0100 |
|---|---|---|
| committer | Mark Brown <broonie@kernel.org> | 2026-07-27 14:04:54 +0100 |
| commit | a5e0c2364e2896223c07bf523af3c2c59a4b12ca (patch) | |
| tree | 5049684b63378df9b4d8815e0f1b599192086e7c /Documentation/dev-tools | |
| parent | 9e6b894306716aa3dc33de7280347c8de2bfb277 (diff) | |
| parent | d699a5da103942fdc0a8a5383359bdec01fc19dd (diff) | |
| download | linux-next-a5e0c2364e2896223c07bf523af3c2c59a4b12ca.tar.gz linux-next-a5e0c2364e2896223c07bf523af3c2c59a4b12ca.zip | |
Merge branch 'docs-next' of git://git.lwn.net/linux.git
Diffstat (limited to 'Documentation/dev-tools')
| -rw-r--r-- | Documentation/dev-tools/container.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Documentation/dev-tools/container.rst b/Documentation/dev-tools/container.rst index 452415b64662..9e23f79d5ae1 100644 --- a/Documentation/dev-tools/container.rst +++ b/Documentation/dev-tools/container.rst @@ -40,7 +40,7 @@ Available options: ``-r, --runtime RUNTIME`` - Container runtime name. Supported runtimes: ``docker``, ``podman``. + Container runtime name. Supported runtimes: ``podman``, ``docker``. If not specified, the first one found on the system will be used i.e. Podman if present, otherwise Docker. @@ -75,8 +75,8 @@ working directory and adjust the user and group id as needed. The container image which would typically include a compiler toolchain is provided by the user and selected via the ``-i`` option. The container runtime -can be selected with the ``-r`` option, which can be either ``docker`` or -``podman``. If none is specified, the first one found on the system will be +can be selected with the ``-r`` option, which can be either ``podman`` or +``docker``. If none is specified, the first one found on the system will be used while giving priority to Podman. Support for other runtimes may be added later depending on their popularity among users. |
