~nskaggs/+junk/xenial-test

« back to all changes in this revision

Viewing changes to src/github.com/lxc/lxd/doc/environment.md

  • Committer: Nicholas Skaggs
  • Date: 2016-10-24 20:56:05 UTC
  • Revision ID: nicholas.skaggs@canonical.com-20161024205605-z8lta0uvuhtxwzwl
Initi with beta15

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Introduction
 
2
The LXD client and daemon respect some environment variables to adapt to
 
3
the user's environment and to turn some advanced features on and off.
 
4
 
 
5
# Common
 
6
LXD\_DIR                        | The LXD data directory
 
7
PATH                            | List of paths to look into when resolving binaries
 
8
http\_proxy                     | Proxy server URL for HTTP
 
9
https\_proxy                    | Proxy server URL for HTTPs
 
10
no\_proxy                       | List of domains that don't require the use of a proxy
 
11
 
 
12
# Client environment variable
 
13
Name                            | Description
 
14
:---                            | :----
 
15
EDITOR                          | What text editor to use
 
16
VISUAL                          | What text editor to use (if EDITOR isn't set)
 
17
 
 
18
# Server environment variable
 
19
Name                            | Description
 
20
:---                            | :----
 
21
LXD\_SECURITY\_APPARMOR         | If set to "false", forces AppArmor off
 
22
LXD\_LXC\_TEMPLATE\_CONFIG      | Path to the LXC template configuration directory
 
23
LXD\_LVM\_LVSIZE                | Size of the default LVM LV (10Gib by default)