From 45e7da68eccd6ca73952728130f7d581fabf8dad Mon Sep 17 00:00:00 2001 From: Qiming Date: Wed, 1 Nov 2017 03:45:26 +0800 Subject: [PATCH] Fix ubuntu local guide (#6106) --- docs/getting-started-guides/ubuntu/local.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/getting-started-guides/ubuntu/local.md b/docs/getting-started-guides/ubuntu/local.md index 59e9581c2f..67e8c60362 100644 --- a/docs/getting-started-guides/ubuntu/local.md +++ b/docs/getting-started-guides/ubuntu/local.md @@ -10,9 +10,11 @@ The purpose of using [LXD](https://linuxcontainers.org/lxd/) on a local machine {% capture prerequisites %} 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 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.