~brianlbaird/charms/trusty/pcrf/trunk

« back to all changes in this revision

Viewing changes to deps/layer/layer-docker/config.yaml

  • Committer: brian baird
  • Date: 2016-08-24 18:05:17 UTC
  • Revision ID: brianlbaird@gmail.com-20160824180517-uyp6100mfwuj6les
dt demo

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
options:
 
2
  enable-cgroups:
 
3
    type: boolean
 
4
    default: false
 
5
    description: |
 
6
     Enable GRUB cgroup overrides cgroup_enable=memory swapaccount=1. WARNING
 
7
     changing this option will reboot the host - use with caution on production
 
8
     services
 
9
  http_proxy:
 
10
     type: string
 
11
     default:
 
12
     description: |
 
13
        URL to use for HTTP_PROXY to be used by Docker. Only useful in closed
 
14
        environments where a proxy is the only option for routing to the
 
15
        registry to pull images
 
16
  https_proxy:
 
17
    type: string
 
18
    default:
 
19
    description: |
 
20
        URL to use for HTTPS_PROXY to be used by Docker. Only useful in closed
 
21
        environments where a proxy is the only option for routing to the
 
22
        registry to pull images
 
23