Skip to content

Commit d1ce3fc

Browse files
committed
Change index.md
1 parent eaeadca commit d1ce3fc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/software/container-engine/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Through the EDF, container use cases can be abstracted to the point where end us
2626

2727
Let's set up a containerized Ubuntu 24.04 environment on the scratch folder (`${SCRATCH}`).
2828

29-
### Step 1. Create EDF
29+
### Step 1. Create an environment
3030

3131
Save this file below as `ubuntu.toml` in `${HOME}/.edf` directory (the default location of EDF files).
3232
A more detailed explanation of each entry for the EDF can be seen in the [EDF reference][ref-ce-edf-reference].
@@ -40,7 +40,7 @@ workdir = "/capstor/scratch/cscs/${USER}"
4040
!!! note
4141
Create `${HOME}/.edf` if the folder doesn't exist.
4242

43-
### Step 2. Launch a program with EDF
43+
### Step 2. Launch a program
4444

4545
Use Slurm on the login node to launch a program inside the environment.
4646
Notice that the environment (EDF) is specified with the `--environment` option.

0 commit comments

Comments
 (0)