Ubuntu Pastebin

Paste from kick at Fri, 10 Apr 2015 17:29:28 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
name: docker
version: 1.5.0.001
architecture: armhf
icon: meta/docker.svg
vendor: Pierre-Andre MOREY <pierre-andre.morey@canonical.com>
type: framework
services:
  - name: docker
    description: The docker app deployment mechanism
    start: bin/docker.start
    stop: bin/docker.stop
    poststop: bin/docker.poststop
integration:
  framework:
    framework: meta/docker.framework
  docker:
    apparmor-profile: meta/docker-daemon.profile
    bin-path: bin/docker
  docker-privilege:
    bin-path: bin/docker-privilege
Download as text