1 2 3 4 5 6 7 8 9 10 11 |
yuta@LAPTOP-H5QAKUG6:/mnt/c/nginx$ sudo docker build . -t alpine-nginx free(): invalid pointer SIGABRT: abort PC=0x7fd73a723e97 m=0 sigcode=18446744073709551610 signal arrived during cgo execution goroutine 1 [syscall, locked to thread]: runtime.cgocall(0x4afd50, 0xc420055cc0, 0xc420055ce8) /usr/lib/go-1.8/src/runtime/cgocall.go:131 +0xe2 fp=0xc420055c90 sp=0xc420055c50 github.com/docker/docker-credential-helpers/secretservice._Cfunc_free(0xe9c280) github.com/docker/docker-credential-helpers/secretservice/_obj/_cgo_gotypes.go:111 +0x41 fp=0xc420055cc0 sp=0xc420055c90 |
これをアンインストールするといけるみたいなんですか何のパッケージかはよくわかりません
1 |
sudo apt-get remove golang-docker-credential-helpers |
https://github.com/docker/for-linux/issues/563