• [6.10.0-rc4] - docker console and log window no longer simultaneously available


    tjb_altf4
    • Solved Minor

    In 6.10-rc4 you can no longer have both a docker console and docker log window open, when you open one or the other it overwrites the existing session.

    • Like 1



    User Feedback

    Recommended Comments

    To clarify that, that's to the same container.  You can have a log open to one container and a console open to another.

    • Like 1
    Link to comment

    > In 6.10-rc4 you can no longer have both a docker console and docker log window open, when you open one or the other it overwrites the existing session.

     

    This is expected behavior, due to the ttyd implementation we use, not a bug.

     

    Make a correction for the next release

    Link to comment

    Is there any way to enable having both open at the same time again?  It makes troubleshooting issues inside dockers a tad harder since you cannot have both open at the same time.  Short of using `docker exec -it <docker> /bin/bash` there isn't an easy way to have both terminal and logs open.  That really takes away from the "simplicity" that drawls alot of users to the platform.

    • Like 1
    Link to comment
    8 hours ago, bonienl said:

    This is expected behavior, due to the ttyd implementation we use, not a bug.

    Seems to be a limitation due in how we are calling ttyd?
    If we add a salt (time) to the object name like the vanilla webterminal does (which allows multiple sessions), that should get around the issue?

     

    openTerminal('ttyd','Web Terminal '+d.getTime(),'');

     

    If that's not possible, I did find a workaround, it looks like you can use simply use the URL to create as many new sessions as you want, i.e. http://jaskier.local/logterminal/DiskSpeed/ creates a new terminal session, its just not as elegant as using the GUI as we do now.

    Edited by tjb_altf4
    • Like 1
    Link to comment

    It is actually an oversight from me.

    Made a correction which allows simultaneous windows for console and log windows of containers.

     

    • Thanks 2
    Link to comment


    Join the conversation

    You can post now and register later. If you have an account, sign in now to post with your account.
    Note: Your post will require moderator approval before it will be visible.

    Guest
    Add a comment...

    ×   Pasted as rich text.   Restore formatting

      Only 75 emoji are allowed.

    ×   Your link has been automatically embedded.   Display as a link instead

    ×   Your previous content has been restored.   Clear editor

    ×   You cannot paste images directly. Upload or insert images from URL.


  • Status Definitions

     

    Open = Under consideration.

     

    Solved = The issue has been resolved.

     

    Solved version = The issue has been resolved in the indicated release version.

     

    Closed = Feedback or opinion better posted on our forum for discussion. Also for reports we cannot reproduce or need more information. In this case just add a comment and we will review it again.

     

    Retest = Please retest in latest release.


    Priority Definitions

     

    Minor = Something not working correctly.

     

    Urgent = Server crash, data loss, or other showstopper.

     

    Annoyance = Doesn't affect functionality but should be fixed.

     

    Other = Announcement or other non-issue.