-
Notifications
You must be signed in to change notification settings - Fork 15
No Snap Subutai Installation Notes
Lars Boegild Thomsen edited this page Apr 30, 2018
·
2 revisions
- Prerequisites
Clean Debian Stretch
- Install zfs
apt-get install zfs-dkms
After build - which will take a while - do:
modprobe zfs
And verify that zfs module is loaded.
- 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
- Install lxc
apt-get install lxc
- Add subutai repo
echo "deb http://deb.subutai.io/subutai unstable main >>/etc/apt/sources.list
Run update
apt-get update