#!/bin/bash docker run -ti --rm --net=host \ -w `pwd` \ -e DISPLAY \ -e XAUTHORITY=$HOME/.Xauthority \ -v $HOME/.Xauthority:$HOME/.Xauthority:ro \ -v `pwd`:`pwd`:ro \ feh "$@"