You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by mc...@apache.org on 2022/01/06 11:47:03 UTC

[cassandra-website] branch trunk updated: ninja-fix: remove interactive/tty (`-i -t`) from docker run command

This is an automated email from the ASF dual-hosted git repository.

mck pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/cassandra-website.git


The following commit(s) were added to refs/heads/trunk by this push:
     new d27bb8c  ninja-fix: remove interactive/tty (`-i -t`) from docker run command
d27bb8c is described below

commit d27bb8c995d87b424f2ad170630f67ba5aaad71a
Author: mck <mc...@apache.org>
AuthorDate: Thu Jan 6 11:29:28 2022 +0100

    ninja-fix: remove interactive/tty (`-i -t`) from docker run command
---
 run.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/run.sh b/run.sh
index 5514c9b..5da4514 100755
--- a/run.sh
+++ b/run.sh
@@ -316,7 +316,7 @@ exec_docker_run_command() {
     remove_container_option=""
   fi
 
-  exec_docker_command "run -i -t ${remove_container_option} $*"
+  exec_docker_command "run ${remove_container_option} $*"
 }
 
 exec_docker_build_command() {

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cassandra.apache.org
For additional commands, e-mail: commits-help@cassandra.apache.org