-
Notifications
You must be signed in to change notification settings - Fork 155
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable open terminal from Action Colums #355
Labels
Comments
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
<#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 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? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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 text was updated successfully, but these errors were encountered: