We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d95a419 commit da5a18aCopy full SHA for da5a18a
common/.commonfiles.sha
@@ -1 +1 @@
1
-a43cca1ce2a8a2b8cd4da0e8aba6fb65e9e8dd33
+e07a165df9d587fb6816f0f03a0c2300cf343636
common/scripts/run.sh
@@ -36,7 +36,7 @@ MOUNT_DEST="${MOUNT_DEST:-/work}"
36
37
read -ra DOCKER_RUN_OPTIONS <<< "${DOCKER_RUN_OPTIONS:-}"
38
39
-[[ -t 1 ]] && DOCKER_RUN_OPTIONS+=("-it")
+[[ -t 0 ]] && DOCKER_RUN_OPTIONS+=("-it")
40
[[ ${UID} -ne 0 ]] && DOCKER_RUN_OPTIONS+=(-u "${UID}:${DOCKER_GID}")
41
42
# $CONTAINER_OPTIONS becomes an empty arg when quoted, so SC2086 is disabled for the
0 commit comments