Skip to content

Commit

Permalink
Adds $DOCKERFILES_RUN_FLAGS when running containers through command_n…
Browse files Browse the repository at this point in the history
…ot_found_handle
  • Loading branch information
jpetazzo committed Sep 30, 2015
1 parent 63dcbba commit cec7569
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bashrc
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit cec7569

Please sign in to comment.