blob: a92dd170449a071e2512cdd7666771f2d98fb401 [file] [log] [blame]
Mike Marchetti1b64bd42018-06-13 09:21:40 -04001sudo lxd init --auto --storage-backend zfs --storage-pool lxdpool --storage-create-loop 20
2
3sudo systemctl stop lxd-bridge
4sudo systemctl --system daemon-reload
5
6sudo cp -f /tmp/lxd-bridge /etc/default/lxd-bridge
7sudo systemctl enable lxd-bridge
8sudo systemctl start lxd-bridge
9
10sudo usermod -a -G lxd $(whoami)