mirror of
https://github.com/bensuperpc/dockcross.git
synced 2025-06-10 21:19:26 +02:00
base: Do not add -i -t flags to run command by default
Allow the dockcross script to be used in scripts where a tty is not available.
This commit is contained in:
@ -153,7 +153,7 @@ fi
|
||||
#------------------------------------------------------------------------------
|
||||
# Now, finally, run the command in a container
|
||||
#
|
||||
docker run -i -t --rm \
|
||||
docker run --rm \
|
||||
-v $PWD:/work \
|
||||
$USER_IDS \
|
||||
$FINAL_ARGS \
|
||||
|
Reference in New Issue
Block a user