Skip to content

No Snap Subutai Installation Notes

Lars Boegild Thomsen edited this page Apr 30, 2018 · 2 revisions
  1. Prerequisites

Clean Debian Stretch

  1. Install zfs

apt-get install zfs-dkms

After build - which will take a while - do:

modprobe zfs

And verify that zfs module is loaded.

  1. Create zfs dataset

Create a new zpool

zpool create -O compression=lz4 subutai /dev/whateverdeviceisavailable

Create a new file system:

zfs create -o mountpoint=/var/lib/lxc subutai/fs

  1. Install lxc

apt-get install lxc

  1. Add subutai repo

echo "deb http://deb.subutai.io/subutai unstable main >>/etc/apt/sources.list

Run update

apt-get update