Maintainer workflows discussions
 help / color / mirror / Atom feed
* [PATCH] Documentation: dev-tools: scripts/container prefers Podman
@ 2026-06-24  1:38 Coiby Xu
  2026-06-24 21:02 ` Guillaume Tucker
  0 siblings, 1 reply; 3+ messages in thread
From: Coiby Xu @ 2026-06-24  1:38 UTC (permalink / raw)
  To: linux-doc
  Cc: Guillaume Tucker, Jonathan Corbet, Shuah Khan,
	open list:DOCUMENTATION PROCESS, open list

Obviously scripts/container prefers Podman over Docker. Putting podman
before docker also makes it consistent with following parts of the doc
and the help text of the tool.

Signed-off-by: Coiby Xu <coiby.xu@gmail.com>
---
 Documentation/dev-tools/container.rst | 6 +++---
 1 file 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.
 
-- 
2.54.0


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] Documentation: dev-tools: scripts/container prefers Podman
  2026-06-24  1:38 [PATCH] Documentation: dev-tools: scripts/container prefers Podman Coiby Xu
@ 2026-06-24 21:02 ` Guillaume Tucker
  2026-06-25 10:05   ` Coiby Xu
  0 siblings, 1 reply; 3+ messages in thread
From: Guillaume Tucker @ 2026-06-24 21:02 UTC (permalink / raw)
  To: Coiby Xu, linux-doc
  Cc: Jonathan Corbet, Shuah Khan, open list:DOCUMENTATION PROCESS,
	open list

Hi Coiby,

On 24/06/2026 03:38, Coiby Xu wrote:
> Obviously scripts/container prefers Podman over Docker. Putting podman
> before docker also makes it consistent with following parts of the doc
> and the help text of the tool.
> 
> Signed-off-by: Coiby Xu <coiby.xu@gmail.com>
> ---
>  Documentation/dev-tools/container.rst | 6 +++---
>  1 file 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.
>  

It's a very subtle tweak but it does help avoid some confusion.

Reviewed-by: Guillaume Tucker <gtucker@gtucker.io>

Thanks,
Guillaume


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] Documentation: dev-tools: scripts/container prefers Podman
  2026-06-24 21:02 ` Guillaume Tucker
@ 2026-06-25 10:05   ` Coiby Xu
  0 siblings, 0 replies; 3+ messages in thread
From: Coiby Xu @ 2026-06-25 10:05 UTC (permalink / raw)
  To: Guillaume Tucker
  Cc: linux-doc, Jonathan Corbet, Shuah Khan,
	open list:DOCUMENTATION PROCESS, open list

On Wed, Jun 24, 2026 at 11:02:49PM +0200, Guillaume Tucker wrote:
>Hi Coiby,

Hi Guillaume,

>
>On 24/06/2026 03:38, Coiby Xu wrote:
>> Obviously scripts/container prefers Podman over Docker. Putting podman
>> before docker also makes it consistent with following parts of the doc
>> and the help text of the tool.
>>
>> Signed-off-by: Coiby Xu <coiby.xu@gmail.com>
>> ---
>>  Documentation/dev-tools/container.rst | 6 +++---
>>  1 file 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.
>>
>
>It's a very subtle tweak but it does help avoid some confusion.
>
>Reviewed-by: Guillaume Tucker <gtucker@gtucker.io>

Thanks for taking time to reviewing the patch!

>
>Thanks,
>Guillaume
>

-- 
Best regards,
Coiby

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2026-06-25 10:05 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-06-24  1:38 [PATCH] Documentation: dev-tools: scripts/container prefers Podman Coiby Xu
2026-06-24 21:02 ` Guillaume Tucker
2026-06-25 10:05   ` Coiby Xu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox