From e0265ecb2ec962df8d17fde7615dfbc72068b7ab Mon Sep 17 00:00:00 2001 From: gwangmu <43980405+gwangmu@users.noreply.github.com> Date: Mon, 21 Jul 2025 11:03:52 +0200 Subject: [PATCH 1/2] Update run.md --- docs/software/container-engine/run.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/software/container-engine/run.md b/docs/software/container-engine/run.md index 5b85c4a0..f08ac831 100644 --- a/docs/software/container-engine/run.md +++ b/docs/software/container-engine/run.md @@ -15,7 +15,7 @@ There are three ways to do so: $ srun --environment=./.edf/ubuntu.toml echo "Hello" # from ${HOME}. ``` - 3. **From EDF search paths**: the name of EDF in the [EDF search path][ref-ce-edf-search-path]. `--environment` also accepts the EDF filename without the `.toml` extension: + 3. **From EDF search paths**: the name of EDF in the [EDF search path][ref-ce-edf-search-path]. Notice that `--environment` accepts the EDF filename **without** the `.toml` extension: ```console $ srun --environment=ubuntu echo "Hello" From 6e6ed62c3722527036b4e6b9a6d20097e33160d9 Mon Sep 17 00:00:00 2001 From: Gwangmu Lee Date: Mon, 21 Jul 2025 11:07:17 +0200 Subject: [PATCH 2/2] Update run.md --- docs/software/container-engine/run.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/software/container-engine/run.md b/docs/software/container-engine/run.md index f08ac831..8f0cb48e 100644 --- a/docs/software/container-engine/run.md +++ b/docs/software/container-engine/run.md @@ -15,7 +15,7 @@ There are three ways to do so: $ srun --environment=./.edf/ubuntu.toml echo "Hello" # from ${HOME}. ``` - 3. **From EDF search paths**: the name of EDF in the [EDF search path][ref-ce-edf-search-path]. Notice that `--environment` accepts the EDF filename **without** the `.toml` extension: + 3. **From EDF search paths**: the name of EDF in the [EDF search path][ref-ce-edf-search-path]. Notice that in this way, `--environment` accepts the EDF filename **without** the `.toml` extension. ```console $ srun --environment=ubuntu echo "Hello"