Skip to content

Commit ee7341e

Browse files
committed
Update known-issue.md
1 parent bfcae2f commit ee7341e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/software/container-engine/known-issue.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Alpine Linux is incompatible with some hooks, causing errors when used with Slurm. For example,
44

5-
```bash
5+
```console
66
$ cat alpine.toml
77
image = "alpine:3.19"
88

@@ -18,7 +18,7 @@ $ srun -lN1 --environment=alpine.toml echo "abc"
1818

1919
This is because some hooks (e.g., Slurm and CXI hooks) leverage `ldconfig` (from Glibc) when they bind-mount host libraries inside containers; since Alpine Linux provides an alternative `ldconfig` (from Musl Libc), it does not work as intended by hooks. As a workaround, users may disable problematic hooks. For example,
2020

21-
```bash
21+
```console
2222
$ cat alpine_workaround.toml
2323
image = "alpine:3.19"
2424

0 commit comments

Comments
 (0)