Monthly Archives: December 2015

Using audio in LXD containers

Pulseaudio can be used to provide audio support to linux containers. The setup is similar to any other pulseaudio setup over the network. Let’s create a container to play with. lxc launch images:ubuntu/trusty/amd64 pulseaudio lxc exec pulseaudio /bin/bash apt-get install

Tagged with: , , , ,
Posted in linux

Creating an LXD container for graphics applications

Setting up LXD containers for headless applications is pretty straight forward. Using the graphics display doesn’t work out of the box without additional setup. There are different ways to provide graphics access to a container and which one to choose

Tagged with: , , ,
Posted in linux