Problem with Focalboard and Docker

Hi all, I have installed the Focalboard Docker version but I am failing to have it run.

I have tried everything but I keep getting this error:


[user@server1 focal-image]$ podman run -it -p 2982:8000 localhost/focalboard7
Unable to init server: Could not connect: Connection refused
fatal error: unexpected signal during runtime execution
[signal SIGSEGV: segmentation violation code=0x1 addr=0x0 pc=0x7ff703a6eb5d]

runtime stack:
runtime.throw({0x138c5b4?, 0x7ff7019c32d3?})
        /opt/hostedtoolcache/go/1.18.1/x64/src/runtime/panic.go:992 +0x71
runtime.sigpanic()
        /opt/hostedtoolcache/go/1.18.1/x64/src/runtime/signal_unix.go:802 +0x3a9

goroutine 1 [syscall, locked to thread]:
runtime.cgocall(0x1057b70, 0xc000705e70)
        /opt/hostedtoolcache/go/1.18.1/x64/src/runtime/cgocall.go:157 +0x5c fp=0xc000705e48 sp=0xc000705e10 pc=0x41581c
github.com/webview/webview._Cfunc_webview_create(0x1, 0x0)
        _cgo_gotypes.go:134 +0x4d fp=0xc000705e70 sp=0xc000705e48 pc=0x1053f6d
github.com/webview/webview.NewWindow.func1(0x1, 0xc00004e710?)
        /home/runner/go/pkg/mod/github.com/webview/webview@v0.0.0-20220314230258-a2b7746141c3/webview.go:162 +0x47 fp=0xc000705ea8 sp=0xc000705e70 pc=0x1054867
github.com/webview/webview.NewWindow(0xa0?, 0x452e65?)
        /home/runner/go/pkg/mod/github.com/webview/webview@v0.0.0-20220314230258-a2b7746141c3/webview.go:162 +0x3d fp=0xc000705ee0 sp=0xc000705ea8 pc=0x10547bd
github.com/webview/webview.New(...)
        /home/runner/go/pkg/mod/github.com/webview/webview@v0.0.0-20220314230258-a2b7746141c3/webview.go:152
main.main()
        /home/runner/work/focalboard/focalboard/linux/main.go:117 +0x47 fp=0xc000705f80 sp=0xc000705ee0 pc=0x1057387
runtime.main()
        /opt/hostedtoolcache/go/1.18.1/x64/src/runtime/proc.go:250 +0x212 fp=0xc000705fe0 sp=0xc000705f80 pc=0x44b7f2
runtime.goexit()
        /opt/hostedtoolcache/go/1.18.1/x64/src/runtime/asm_amd64.s:1571 +0x1 fp=0xc000705fe8 sp=0xc000705fe0 pc=0x478ac1

Thanks in advance!

Hi mirha494 and welcome to the Mattermost forums!

Can you confirm that you can run other containers that start services, like f.ex. a database container or any other application that is publicly available or is this issue really related only to focalboard?

Also, can you post reproduction instructions so I can try to reproduce that on one of my demo systems? What podman version are you using?