Daily Shaarli

All links of one day in a single page.

October 8, 2014

Running GUI apps with Docker – Fábio Rehm
thumbnail

docker run -ti --rm \
-e DISPLAY=$DISPLAY \
-v /tmp/.X11-unix:/tmp/.X11-unix \
firefox

see also: https://blog.bearstech.com/2014/10/isolation-par-docker.html