Skip to content

Commit 3dccb98

Browse files
authored
Merge pull request #399 from afbjorklund/podman-crun
Use crun instead of runc for podman example
2 parents 51ed7f4 + 1d29f42 commit 3dccb98

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)