Fix ubuntu local guide (#6106)

This commit is contained in:
Qiming
2017-11-01 03:45:26 +08:00
committed by Steve Perry
parent cc53dadc34
commit 45e7da68ec
@@ -10,9 +10,11 @@ The purpose of using [LXD](https://linuxcontainers.org/lxd/) on a local machine
{% capture prerequisites %} {% capture prerequisites %}
Install [conjure-up](http://conjure-up.io/), a tool for deploying big software. Install [conjure-up](http://conjure-up.io/), a tool for deploying big software.
Add the current user to the `lxd` user group.
``` ```
sudo snap install conjure-up --classic sudo snap install conjure-up --classic
sudo usermod -a -G lxd $(whoami)
``` ```
Note: If conjure-up asks you to "Setup an ipv6 subnet" with LXD, answer NO. ipv6 with Juju/LXD is currently unsupported. Note: If conjure-up asks you to "Setup an ipv6 subnet" with LXD, answer NO. ipv6 with Juju/LXD is currently unsupported.