Skip to content
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

feat: use tty for containers started with TTY/interactive mode #3900

Merged
merged 1 commit into from Sep 19, 2023

Commits on Sep 18, 2023

  1. feat: use tty for containers started with TTY/interactive mode

    note: if you start with interactive mode, if you start a container,
    you are redirected to the tty tab of the container
    
    if you click on the details of a container, you're redirected
    to the tty tab if the container has been launched using tty/interactive
    else you see the logs
    
    In the details of a container, tty tab is only available if
    container is started with tty/interactive mode else it's hidden.
    
    fixes containers#970
    Signed-off-by: Florent Benoit <fbenoit@redhat.com>
    benoitf committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    c4b6817 View commit details
    Browse the repository at this point in the history