From cec75699e8a03b73b6e9453fd39ef31421081cfa Mon Sep 17 00:00:00 2001 From: Jerome Petazzoni Date: Wed, 30 Sep 2015 12:57:41 -0700 Subject: [PATCH] Adds $DOCKERFILES_RUN_FLAGS when running containers through command_not_found_handle --- bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bashrc b/bashrc index 3fca5c2..2b64b99 100644 --- a/bashrc +++ b/bashrc @@ -38,7 +38,7 @@ command_not_found_handle () { docker run $DASHT -i -u $(whoami) -w "$HOME" \ $(env | cut -d= -f1 | awk '{print "-e", $1}') \ - $DEVICES $VOLUMES \ + $DOCKERFILES_RUN_FLAGS $DEVICES $VOLUMES \ -v /etc/passwd:/etc/passwd:ro \ -v /etc/group:/etc/group:ro \ -v /etc/localtime:/etc/localtime:ro \