Attempt to resolve an issue with recent images

This commit is contained in:
Joel Elkins 2023-08-07 23:12:15 -05:00
parent 03b941ba02
commit 674403708a
No known key found for this signature in database
GPG Key ID: 133589DC38921AE2

View File

@ -230,9 +230,10 @@ func (c *Container) CreateCommands() cmd.Set {
Command: c.Command,
},
ContainerStorageConfig: specgen.ContainerStorageConfig{
Image: c.Image,
Mounts: c.Mounts,
Devices: devs,
Image: c.Image,
Mounts: c.Mounts,
Devices: devs,
ImageVolumeMode: "tmpfs",
},
ContainerNetworkConfig: specgen.ContainerNetworkConfig{
Networks: nets,