Skip to content

Commit ceb260b

Browse files
authored
Update 05_customize_container_environments.mdx
1 parent 991bba1 commit ceb260b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/hpc/14_tutorial_apptainer/05_customize_container_environments.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,12 +72,12 @@ In the examples above, the overlay is mounted in read-write mode (`:rw`) so that
7272

7373
Once you have finished installing packages or making modifications, it is recommended to mount the overlay in read-only mode (`:ro`).
7474

75-
:::warning
75+
::::warning
7676

7777
Only use read-write mode (`:rw`) when you need to modify the overlay. While an overlay is mounted in read-write mode, it cannot be opened by other processes.
7878

7979
Read-only mode (`:ro`) allows multiple processes to use the same overlay simultaneously, making it the recommended choice for running applications and parallel workloads.
8080

81-
:::
81+
::::
8282

8383
:::

0 commit comments

Comments
 (0)