Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/software/container-engine/run.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 in this way, `--environment` accepts the EDF filename **without** the `.toml` extension.

```console
$ srun --environment=ubuntu echo "Hello"
Expand Down