mirror of
https://gitea.elkins.co/Networking/ccl.git
synced 2025-03-04 09:18:48 -06:00
Attempt to resolve an issue with recent images
This commit is contained in:
parent
03b941ba02
commit
674403708a
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user