Closed fubarhouse closed 2 years ago
For context: https://github.com/fubarhouse/pygmy-go/pull/350
service/interface/docker/docker.go:391:31: undefined: volume.VolumesCreateBody service/interface/docker/docker.go:449:34: not enough arguments in call to cli.ContainerCreate have (context.Context, *container.Config, *container.HostConfig, *network.NetworkingConfig, string) want (context.Context, *container.Config, *container.HostConfig, *network.NetworkingConfig, *v1.Platform, string)
Resolved in #352
For context: https://github.com/fubarhouse/pygmy-go/pull/350