vendor: update containers/common

Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
This commit is contained in:
Giuseppe Scrivano
2021-12-02 18:32:13 +01:00
parent c70878603a
commit fe1cdab59f
16 changed files with 67 additions and 31 deletions

View File

@ -22,3 +22,7 @@ func defaultLogDriver() string {
func useSystemd() bool {
return false
}
func useJournald() bool {
return false
}