Skip to content

Commit

Permalink
Merge pull request #18 from jpbochi/no-net-host
Browse files Browse the repository at this point in the history
removes default --net=host
  • Loading branch information
jpbochi authored Jun 21, 2017
2 parents 1bbed29 + 968d3f3 commit 8c96c68
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drun
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,5 @@ TTY_OPT="-i"
docker run $RM_OPT $TTY_OPT \
$MAP_CURRENT_DIR_OPT \
-e HOME=$CONTAINER_HOME -w $CONTAINER_HOME \
--net=host \
${ENV_FILE_OPT:-} ${EXTRA_OPTS:-} \
$IMAGE "$@"

0 comments on commit 8c96c68

Please sign in to comment.