Skip to content

Commit 1d29f42

Browse files
committed
Use crun instead of runc for podman example
It seems like podman has issues using runc with cgroups v2. So use crun instead, which is the podman default (with v2). Signed-off-by: Anders F Björklund <[email protected]>
1 parent 151778c commit 1d29f42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/podman.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ provision:
3535
command -v podman >/dev/null 2>&1 && exit 0
3636
export DEBIAN_FRONTEND=noninteractive
3737
apt-get update
38-
apt-get install -y podman
38+
apt-get install -y podman crun
3939
- mode: user
4040
script: |
4141
#!/bin/bash

0 commit comments

Comments
 (0)