Merge pull request #306 from cgwalters/volumes
Add `VOLUME /var` into container config by default
This commit is contained in:
commit
8b24b36e21
|
|
@ -4,5 +4,8 @@
|
|||
"redhat.compose-id": "CentOS-Stream-9-20240212.d.0",
|
||||
"redhat.id": "centos",
|
||||
"redhat.version-id": "9"
|
||||
},
|
||||
"Volumes": {
|
||||
"/var": {}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -4,5 +4,8 @@
|
|||
"redhat.compose-id": "Fedora-ELN-20240214.2",
|
||||
"redhat.id": "fedora",
|
||||
"redhat.version-id": "ELN"
|
||||
},
|
||||
"Volumes": {
|
||||
"/var": {}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue