Skip to content

Commit 8b807c1

Browse files
authored
Add warning for running containers on login nodes
Added a warning about running containers on login nodes.
1 parent 0d2b2d3 commit 8b807c1

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

docs/hpc/07_containers/01_intro.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ There are multiple reasons to use Apptainer on the HPC clusters:
1515
## How to run an Apptainer container
1616
There are 3 steps to run an Apptainer container on our clusters:
1717

18+
:::warning
19+
Running containers on login nodes is not encouraged, as processes may be terminated due to resource limits; please use compute nodes instead.
20+
:::
21+
1822
### 1. pull an image from Docker hub
1923
```sh
2024
$ apptainer pull docker://godlovedc/lolcow

0 commit comments

Comments
 (0)