Unable open terminal from Action Colums
with the built version from Dockerfile seems to be impossible to open the console of a container from the Actions column. The console is black and nothing appears. I have tried with Firefox, Chrome and Opera Please fix... Thanks
The console uses websockets so if you are running inside another container then you need to ensure that network traffic is flowing to the Docker container. Refer to this documentation to help you figure out how to set this up for your configuration... https://docs.docker.com/network/
On Tue, Nov 30, 2021 at 2:27 PM Piero Corasaniti @.***> wrote:
with the built version from Dockerfile seems to be impossible to open the console of a container from the Actions column. The console is black and nothing appears. I have tried with Firefox, Chrome and Opera Please fix... Thanks
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/AdaptiveScale/lxdui/issues/355, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACXOWQ2S27TE2TGK2FZIVELUOUXSDANCNFSM5JCXUAVQ . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.
Thanks for reply....
I am running inside a Virtualbox virtual machine. Just tell me the port I need to expose in the Docker command Thanks
docker run -it -p 15151:15151 -v /var/snap/lxd/common/lxd/unix.socket:/var/snap/lxd/common/lxd/unix.socket lxdui
Possibly the same issue as with #262, will take a look.
I can't seem to re-create this bug, do you have any error showing up in the console?