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

[Docker] Re-enabled automatic --tty flag when running bash. #8861

Merged
merged 1 commit into from
Sep 1, 2021

Commits on Aug 26, 2021

  1. [Docker] Re-enabled automatic --tty flag when running bash.

    PR8382 split apart the --interactive and --tty flags, but only
    --interactive was set if the user opens a bash session.  This commit
    restores the previous behavior of running `docker/bash.sh IMAGE_NAME`
    of opening a bash session with both --interactive and --tty.
    Lunderberg committed Aug 26, 2021
    Configuration menu
    Copy the full SHA
    0d08d26 View commit details
    Browse the repository at this point in the history