=D

Running GUI apps with Docker

Already using Docker containers? How about run your GUI apps with it? That’s right, i’m talking about running your browser, text editor, games, etc. Why? X11 running at Docker seems complicated That’s quite easy (at least easier than most people think) and it gives you an astounding control over the application… Dont want the app to access (inter)net for some reason? Just use --net null. Maybe a isolated network? --net networkname (in this case you need to create the Docker Network before).