Comment 8 for bug 1697531

Revision history for this message
Jesse Pretorius (jesse-pretorius) wrote :

Tested using Ubuntu Xenial host & guest with the LXC PPA to get v2.0.8 and it appears to be fine.

Here're my steps in case I missed something:

### on the host

apt-get update
apt-get install -y software-properties-common
add-apt-repository ppa:ubuntu-lxc/stable
apt-get update
apt-get install -y
lxc-create --template download --name 208
lxc-start --name 208
lxc-attach --name 208

### in the guest (208)

apt-get update
apt-key adv --recv-keys --keyserver hkp://keyserver.ubuntu.com:80 0xcbcb082a1bb943db

echo 'deb http://ftp.osuosl.org/pub/mariadb/repo/10.1/ubuntu xenial main' > /etc/apt/sources.list.d/mariadb.list

apt-get update
apt-get install -y --allow-unauthenticated mariadb-server
systemctl status mariadb