Hi,
I am using VS code docker and torizon extension to deploy and run a docker image successfully. When I am trying to run the same command using docker run followed by image id it throws error. Here is the exact error I am getting. Can someone tell me what the issue with the above command could be.
Command on Terminal “docker run 7c137417b9ba”
Error Message from the board : "Failed to create wl_display (No such file or directory) qt.qpa.plugin: Could not load the Qt platform plugin “wayland” in “” even though it was found. This application failed to start because no Qt platform plugin could be initialized. Reinstalling the application may fix this problem.
Available platform plugins are: eglfs, linuxfb, minimal, minimalegl, offscreen, vnc, wayland-egl, wayland, wayland-xcomposite-egl, wayland-xcomposite-glx, xcb.
Aborted"
Thanks
Pramod