Skip to content

Commit 74e301a

Browse files
committed
fix duplicate text
1 parent e835a4d commit 74e301a

1 file changed

Lines changed: 0 additions & 16 deletions

File tree

docs/hpc/14_tutorial_apptainer/05_customize_container_environments.mdx

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -75,19 +75,3 @@ If you leave the overlay open in read-write mode no other process will be able t
7575
::::
7676
read-only overlays can be used by multiple processes which is why they are useful for parallel processing.
7777
:::
78-
79-
:::info
80-
81-
In the examples above, the overlay is mounted in read-write mode (`:rw`) so that changes can be made to the container environment.
82-
83-
Once you have finished installing packages or making modifications, it is recommended to mount the overlay in read-only mode (`:ro`).
84-
85-
::::warning
86-
87-
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.
88-
89-
Read-only mode (`:ro`) allows multiple processes to use the same overlay simultaneously, making it the recommended choice for running applications and parallel workloads.
90-
91-
::::
92-
93-
:::

0 commit comments

Comments
 (0)