Skip to content
This repository has been archived by the owner on May 24, 2024. It is now read-only.

Podman needs Volume: /var/lib/containers/storage to work. #488

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion centos-bootc-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,8 @@
"redhat.id": "centos",
"redhat.version-id": "9"
},
"StopSignal": "SIGRTMIN+3"
"StopSignal": "SIGRTMIN+3",
"Volumes": {
"/var/lib/containers/storage": {}
}
}
5 changes: 4 additions & 1 deletion fedora-bootc-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,8 @@
"redhat.id": "fedora",
"redhat.version-id": "40"
},
"StopSignal": "SIGRTMIN+3"
"StopSignal": "SIGRTMIN+3",
"Volumes": {
"/var/lib/containers/storage": {}
}
}
Loading