pygmystack / pygmy

the pygmy stack is a container stack for local development
MIT License
25 stars 13 forks source link

[bug] Incompatibility with Docker 20.10 signatures #351

Closed fubarhouse closed 2 years ago

fubarhouse commented 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)
fubarhouse commented 2 years ago

Resolved in #352