Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Docker] Re-enabled automatic --tty flag when running bash. (apache#8861
) 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.
- Loading branch information