You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Installed docker in the mac 4.23
when I run ./run-ab-platform.sh
Starting Docker Compose
panic: runtime error: invalid memory address or nil pointer dereference
[signal SIGSEGV: segmentation violation code=0x2 addr=0x30 pc=0x10142175c]
goroutine 1 [running]:
github.com/compose-spec/compose-go/loader.load({0x1028bae80, 0x14000340000}, {{0x0, 0x0}, {0x140009180f0, 0x31}, {0x14000914270, 0x1, 0x1}, 0x140008a0000}, ...)
github.com/compose-spec/[email protected]/loader/loader.go:343 +0x65c
github.com/compose-spec/compose-go/loader.LoadWithContext({0x1028bae80, 0x14000340000}, {{0x0, 0x0}, {0x140009180f0, 0x31}, {0x14000914270, 0x1, 0x1}, 0x140008a0000}, ...)
github.com/compose-spec/[email protected]/loader/loader.go:242 +0x244
github.com/compose-spec/compose-go/cli.ProjectFromOptions(0x1400042c000)
github.com/compose-spec/[email protected]/cli/options.go:402 +0x484
github.com/docker/compose/v2/cmd/compose.(*ProjectOptions).ToProject(0x140001b9a00, {0x103999be0, 0x0, 0x0}, {0x14000697830?, 0x1008ed47c?, 0x1400088c048?})
github.com/docker/compose/v2/cmd/compose/compose.go:221 +0xd4
github.com/docker/compose/v2/cmd/compose.upCommand.(*ProjectOptions).WithServices.func4({0x1028bae80, 0x14000340000}, {0x103999be0, 0x0, 0x0})
github.com/docker/compose/v2/cmd/compose/compose.go:156 +0x114
github.com/docker/compose/v2/cmd/compose.upCommand.(*ProjectOptions).WithServices.Adapt.func6({0x1028bae80?, 0x14000340000?}, 0x2?, {0x103999be0?, 0x1?, 0x0?})
github.com/docker/compose/v2/cmd/compose/compose.go:108 +0x3c
github.com/docker/compose/v2/cmd/compose.upCommand.(*ProjectOptions).WithServices.Adapt.AdaptCmd.func7(0x0?, {0x103999be0, 0x0, 0x0})
github.com/docker/compose/v2/cmd/compose/compose.go:87 +0x180
github.com/docker/compose/v2/cmd/cmdtrace.Setup.wrapRunE.func2(0x14000506c00?, {0x103999be0?, 0x0?, 0x0?})
github.com/docker/compose/v2/cmd/cmdtrace/cmd_span.go:80 +0x58
github.com/spf13/cobra.(*Command).execute(0x1400052f800, {0x1400032f250, 0x0, 0x0})
github.com/spf13/[email protected]/command.go:940 +0x658
github.com/spf13/cobra.(*Command).ExecuteC(0x140004ab500)
github.com/spf13/[email protected]/command.go:1068 +0x320
github.com/spf13/cobra.(*Command).Execute(...)
github.com/spf13/[email protected]/command.go:992
github.com/docker/cli/cli-plugins/plugin.RunPlugin(0x1028cc900?, 0x1400052f500, {{0x101f852e8, 0x5}, {0x101f8eafc, 0xb}, {0x1022c0500, 0x11}, {0x0, 0x0}, ...})
github.com/docker/[email protected]+incompatible/cli-plugins/plugin/plugin.go:51 +0x13c
github.com/docker/cli/cli-plugins/plugin.Run(0x10288f6d0, {{0x101f852e8, 0x5}, {0x101f8eafc, 0xb}, {0x1022c0500, 0x11}, {0x0, 0x0}, {0x0, ...}, ...})
github.com/docker/[email protected]+incompatible/cli-plugins/plugin/plugin.go:64 +0xf4
main.pluginMain()
github.com/docker/compose/v2/cmd/main.go:37 +0xa0
main.main()
github.com/docker/compose/v2/cmd/main.go:75 +0x1a4
Beta Was this translation helpful? Give feedback.
All reactions