From cceea52af62e04c1044b96627d25edccd7d075ea Mon Sep 17 00:00:00 2001 From: Nils Lindemann Date: Thu, 30 Mar 2023 21:26:08 +0200 Subject: [PATCH] doc/toolbox-enter, doc/toolbox-run: Fix the custom container examples When a specific Toolbx container is selected by name for 'enter' and 'run', it's not necessary that the container was created using a custom image. The container could have also been created using one of the built-in images. Secondly, the phrase 'using a custom image' is awkward because it makes it sound as if the image plays an important role in 'enter' and 'run'. That's not true. Finally, titles are sweeter when they are shorter. https://github.com/containers/toolbox/pull/1281 Signed-off-by: Nils Lindemann --- doc/toolbox-enter.1.md | 2 +- doc/toolbox-run.1.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/toolbox-enter.1.md b/doc/toolbox-enter.1.md index 5e88955..daa9932 100644 --- a/doc/toolbox-enter.1.md +++ b/doc/toolbox-enter.1.md @@ -54,7 +54,7 @@ $ toolbox enter $ toolbox enter --distro fedora --release f36 ``` -### Enter a custom toolbox container using a custom image +### Enter a toolbox container with a custom name ``` $ toolbox enter foo diff --git a/doc/toolbox-run.1.md b/doc/toolbox-run.1.md index 4495d4d..5961641 100644 --- a/doc/toolbox-run.1.md +++ b/doc/toolbox-run.1.md @@ -97,7 +97,7 @@ $ toolbox run ls -la $ toolbox run --distro fedora --release f36 emacs ``` -### Run uptime inside a custom toolbox container using a custom image +### Run uptime inside a toolbox container with a custom name ``` $ toolbox run --container foo uptime